S S_DeLaire_2002 New member Local time Today, 12:50 Joined Feb 6, 2002 Messages 9 Mar 1, 2002 #1 When I go to my next record combo box value stays in the box. How do I make it so that when I go to the next record it resets?
When I go to my next record combo box value stays in the box. How do I make it so that when I go to the next record it resets?
S S_DeLaire_2002 New member Local time Today, 12:50 Joined Feb 6, 2002 Messages 9 Mar 1, 2002 #2 How do I do that?
L Lisa S Registered User. Local time Today, 12:50 Joined Oct 16, 2000 Messages 10 Mar 1, 2002 #3 You need to add the following code to the Form's On Current Event. Private Sub Form_Current() yourcomboboxname = fieldname End Sub
You need to add the following code to the Form's On Current Event. Private Sub Form_Current() yourcomboboxname = fieldname End Sub