A
Afrosheen via AccessMonster.com
Thanks for reading this.
Here's my question.
I have a combo box with a list of choices to choose from, and it works ok.
What I'd like to do is when I select a certain item from the list "Call Out"
I want the combo box after it's displayed to put an enter command after it so
it will automatically go to another field. Here's what I have so far.
If Combo44 = "Call Out" Then
Me!Notes.Set focus
End If
That works if I press then Enter key. I want it to read the field and if it
is the words "Call Out" have the combo box or something "Press the enter" and
have it go on to the notes field. This is done in the AfterUpdate() section.
I hope I've explained my self correctly.
Thanks
Here's my question.
I have a combo box with a list of choices to choose from, and it works ok.
What I'd like to do is when I select a certain item from the list "Call Out"
I want the combo box after it's displayed to put an enter command after it so
it will automatically go to another field. Here's what I have so far.
If Combo44 = "Call Out" Then
Me!Notes.Set focus
End If
That works if I press then Enter key. I want it to read the field and if it
is the words "Call Out" have the combo box or something "Press the enter" and
have it go on to the notes field. This is done in the AfterUpdate() section.
I hope I've explained my self correctly.
Thanks