Error when trying to close a form...

PTDAccess

Registered User.
Local time
Today, 13:38
Joined
Oct 2, 2006
Messages
11
Hi,

Does anyone know how to get rid of this kind of error (see attached), because I don't know what it means & have never seen it before. It happens everytime I try to close a certain form (but only happens on this one form).

any help would be appreciated.
 

Attachments

  • access error.gif
    access error.gif
    8.4 KB · Views: 128
could there be code in the on close, or unload event of the form? It could be you have some rogue code that is hanging around after a control was deleted. I would go to the code window and do DEBUG / COMPILE and see if it takes you to any errors.
 
boblarson said:
could there be code in the on close, or unload event of the form? It could be you have some rogue code that is hanging around after a control was deleted. I would go to the code window and do DEBUG / COMPILE and see if it takes you to any errors.

Couldn't work out where the problem was as there was no code on any of the form events. Just deleted & re-started the form and all is working fine.

Thanks for the reply BL
 

Users who are viewing this thread

Back
Top Bottom