error 438 in "on close" event

cadillac

Registered User.
Local time
Today, 03:45
Joined
May 9, 2001
Messages
34
when my form closes i want to run a modual. when i try to do this i get an error:
error 438

help
 
Some details on what your are trying to do, the code in your close button and information like that would help...
 
i figured out the problem. i worded the command wrong, i had
DoCmd.openmodual "loosequeries"
instead of just loosequeries

so it was trying to open the module window.

[This message has been edited by cadillac (edited 08-19-2001).]
 

Users who are viewing this thread

Back
Top Bottom