autosave records

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

I have a huge form that gets populated over 6-8 hours. If the users press
escape once it deletes the current field and if the press del X 2 by accident
it deletes all details on the table. Can i set an autosave on the database,
table or form?
 
Cunning said:
I have a huge form that gets populated over 6-8 hours. If the users
press escape once it deletes the current field and if the press del X
2 by accident it deletes all details on the table. Can i set an
autosave on the database, table or form?

You could use the Timer event of the form...

Me.Dirty = False
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Similar Threads


Back
Top