Temporarily Posts in a Table?

kentendresen

Registered User.
Local time
Today, 11:26
Joined
Nov 13, 2002
Messages
49
Is it possible to have Temporarily Posts in a Table, which can be automatically deleted when the user exits the database?

Example:

I've made a multiple choice Form where the user can mark of one of the options in the Option Group. The option which is chosen, returns a value in a Post in the table. Is it possible to delete all the Posts in that Field when the user exits the database? So that the Option Group will be blank when a new user opens the Form?
 
There is no OnExit event, you could use an Autoexec macro on the opening of the db to do the same though
 
Do you have some code for this?
 

Users who are viewing this thread

Back
Top Bottom