KeithG AWF VIP Local time Yesterday, 16:49 Joined Mar 23, 2006 Messages 2,592 Oct 5, 2006 #1 I have a form with a subform in datasheet view with a combobox on it. When a user presses the Arrow to dropdown the menu it will stick on the screen after they leave the field. Any idea's?
I have a form with a subform in datasheet view with a combobox on it. When a user presses the Arrow to dropdown the menu it will stick on the screen after they leave the field. Any idea's?
E Ecron Registered User. Local time Yesterday, 19:49 Joined Aug 31, 2006 Messages 58 Oct 6, 2006 #2 Do you mean physically sticking? Or do you mean the data in the combo box is sticking... Try Me.cboBox.Requery if it's the latter...
Do you mean physically sticking? Or do you mean the data in the combo box is sticking... Try Me.cboBox.Requery if it's the latter...
KeithG AWF VIP Local time Yesterday, 16:49 Joined Mar 23, 2006 Messages 2,592 Oct 6, 2006 #3 It is phsically sticking on the screen after the user moves to another field.
E Ecron Registered User. Local time Yesterday, 19:49 Joined Aug 31, 2006 Messages 58 Oct 6, 2006 #4 maybe you could turn off the auto expand option on the combo box? are the appropriate fields being shown in the box?
maybe you could turn off the auto expand option on the combo box? are the appropriate fields being shown in the box?