Kid's stuff !!

camador

New member
Local time
Today, 03:46
Joined
Oct 2, 2003
Messages
5
I'm not familiarized with Access so I don't know too much things.

My problem is how can I implement a function, macro or what ever you think to compact & repair database when I close it.

And how to move to a new record after I print the actual record.

Hope you can help me, thanks :rolleyes:
 
If you have Access2000 or above you can compact on close by selecting Tools > Options > General and checking Compact On Close checkbox. Access97 does not have this ability...

DoCmd.GoToRecord, , acNewRec

will do the trick in the code that you use to print the record.

hth,
Jack
 
Thank's Jack, it solved my problem.
 

Users who are viewing this thread

Back
Top Bottom