Value's remaining when new record

bjki1028

New member
Local time
Today, 08:29
Joined
Dec 31, 2008
Messages
6
Ok, so I just created a form where I want to add in certain values. As soon as I add the value and go in to the next record it oddly remains the same for the next record. Even when I set a default value for some reason it just stays with the last option I checked. Is there a way I can have the form reset itself back to the way it should be when I select a new record? Thanks for your help:)
 
Ok, so I just created a form where I want to add in certain values. As soon as I add the value and go in to the next record it oddly remains the same for the next record. Even when I set a default value for some reason it just stays with the last option I checked. Is there a way I can have the form reset itself back to the way it should be when I select a new record? Thanks for your help:)

Are you sure that you've bound all of the controls? If not then you need to clear them in the form's On Current event as it moves from one record to the next.
 
Are you sure that you've bound all of the controls? If not then you need to clear them in the form's On Current event as it moves from one record to the next.

Yeah, I am gradually learning how to get around Access here... How would I clear them in the form's On Current Event?
 

Users who are viewing this thread

Back
Top Bottom