Close Event for Database (?)

C

croy

Is there a close event for the database?

I have forms referencing other forms, and if the user closes
Access without backing out of the forms, an error message
pops up. It would be hand to just trap that error in an "On
close" event for the entire db.
 
S

Stefan Hoffmann

hi,

Is there a close event for the database? No.

I have forms referencing other forms, and if the user closes
Access without backing out of the forms, an error message
pops up. It would be hand to just trap that error in an "On
close" event for the entire db.
Add error handlers...

mfG
--> stefan <--
 
Top