mysterious lockup of form half-way through ADO code

S

Sirocco

The following expression works on my PC running Windows NT.

!BeginTime = Now() + #12:00:04 AM#

It puts the current time plus 4 seconds in the field called BeginTime.
(generally, the VB is the ADO version)

On a different PC, running Windows XP, it also works (I know because the
field has the current time plus 4 seconds added to it) but then Access
completely locks up, the rest of the procedure doesn't execute, with no
error message, and I have to ctrl-alt-del to get out.

What the heck is going on?

I'd appreciate any response.

Thanks.
 
Top