C cadillac Registered User. Local time Today, 03:15 Joined May 9, 2001 Messages 34 Aug 18, 2001 #1 when my form closes i want to run a modual. when i try to do this i get an error: error 438 help
J Jack Cowley Registered User. Local time Today, 08:15 Joined Aug 7, 2000 Messages 2,639 Aug 18, 2001 #2 Some details on what your are trying to do, the code in your close button and information like that would help...
Some details on what your are trying to do, the code in your close button and information like that would help...
C cadillac Registered User. Local time Today, 03:15 Joined May 9, 2001 Messages 34 Aug 19, 2001 #3 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).]
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).]