G
Guy Story
I am looking for a way search for a record using a combo box in a form.
What I want to setup for my users is the ability to start typing using
the following example:
lastname,firstname,middle
Basically the users would start at a combo box in my form and use a
comma to separate each part of a name. I can use the filter by form
buttons and tab to the fields but I want to setup the ability to forgo
that method. I was looking at building a FindRecord macro but that has
not worked like I want.
I have tried an unbound combo box telling it last, first then middle
initial but when I insert the comma after the last name then type the
first I get a message about the text I entered is not in the list.
Any suggestions?
Thanks,
Guy
What I want to setup for my users is the ability to start typing using
the following example:
lastname,firstname,middle
Basically the users would start at a combo box in my form and use a
comma to separate each part of a name. I can use the filter by form
buttons and tab to the fields but I want to setup the ability to forgo
that method. I was looking at building a FindRecord macro but that has
not worked like I want.
I have tried an unbound combo box telling it last, first then middle
initial but when I insert the comma after the last name then type the
first I get a message about the text I entered is not in the list.
Any suggestions?
Thanks,
Guy