Hello every one,
What i mean is that i need to run access "Fix & Compress" database function everytime a user exits the DB file its a small desktop database opened only by one user at a time !
i know this is done with DoCmd but i can't get it to work
is it possible that the function to check >
if (db updated )
fix_and_compress(current_db)
else
msgbox "Debug > exit without compress"
quit(access)
help please.
What i mean is that i need to run access "Fix & Compress" database function everytime a user exits the DB file its a small desktop database opened only by one user at a time !
i know this is done with DoCmd but i can't get it to work
is it possible that the function to check >
if (db updated )
fix_and_compress(current_db)
else
msgbox "Debug > exit without compress"
quit(access)
help please.