J
jschping
Hi,
I have a combo box in a form linked to a field in a query.
I want the user to be able to click with the mouse in the combo box to pick
a value, then go to other fields in the form to enter data. I have a "SAVE"
button to save all the fields in the form.
However, I have found that if I click in the combo box a value, then hit
ENTER (like I can do sometimes in a web browser) it actually commits the
value to the table!!
How do I disable this so hitting Enter does nothing in the combo box? I
tried going to the OnEnter event, but have no clue what to code there.
Thanks!!
jschping
I have a combo box in a form linked to a field in a query.
I want the user to be able to click with the mouse in the combo box to pick
a value, then go to other fields in the form to enter data. I have a "SAVE"
button to save all the fields in the form.
However, I have found that if I click in the combo box a value, then hit
ENTER (like I can do sometimes in a web browser) it actually commits the
value to the table!!
How do I disable this so hitting Enter does nothing in the combo box? I
tried going to the OnEnter event, but have no clue what to code there.
Thanks!!
jschping