cadillac
08-18-2001, 11:22 AM
when my form closes i want to run a modual. when i try to do this i get an error:
error 438
help
error 438
help
|
View Full Version : error 438 in "on close" event cadillac 08-18-2001, 11:22 AM when my form closes i want to run a modual. when i try to do this i get an error: error 438 help Jack Cowley 08-18-2001, 01:18 PM Some details on what your are trying to do, the code in your close button and information like that would help... cadillac 08-19-2001, 07:44 AM 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).] |