tina,
The "Cancel" line didn't work. Where do you
think should the code be executed if you
think the Load event might be the one causing
the problem? All I want is to execute the
subroutine from the "second.mdb" and immediately
close the "second.mdb". The "protected.mdb" will
take over the session. Is there a more efficient
way of doing this?
>-----Original Message-----
>i notice you have your code in the form's Load event, which can't be
[quoted text clipped - 27 lines]
>
>.
tina - 20 May 2004 20:18 GMT
sorry, fred, that was the extent of my ideas. suggest if you don't get any
other responses today, that you re-post tomorrow.
> tina,
>
[quoted text clipped - 43 lines]
> >
> >.
fred - 20 May 2004 20:39 GMT
tina,
thanks...
FRED
>-----Original Message-----
>sorry, fred, that was the extent of my ideas. suggest if you don't get any
[quoted text clipped - 49 lines]
>
>.
TC - 21 May 2004 02:47 GMT
Maybe it doesn't like you quitting the database while the Open or Load
events are still running. (I don't have Access here to check.) Try moving
the Quit command to the Current event of the form. Or, move it to the Timer
event, and have Open or Load say: Me.Timer=1000.
HTH,
TC
> tina,
>
[quoted text clipped - 43 lines]
> >
> >.