clearing default value property on close

sal

Registered User.
Local time
Today, 13:10
Joined
Oct 25, 2009
Messages
52
I have managed to get my access form to carry values from the previous record entry forward but when I close and then re-open the form the default value has been set to the last value entered.

I need to clear these default values when I close the form to make other features of the form work smoothly. Is there a simple way to do this?
 
Use the On Close event of the form to set the DefaultValue property of the control to Null.
 

Users who are viewing this thread

Back
Top Bottom