R
Rick
I have a data entry form where I enter customers. I enter
Last and First Names, Address, etc. I would like a
combofield at the top of the form that populates
with "last, first" for each person in my database. I want
to enter that field and start typing last name. The field
will jump down the list as I type to locate the correct
person. Once I find them, I want to exit the field and
have their record display.
I can do this with their ref# which is unique, or I can
make it work with a single field, but when I try using a
compbined last and first, I can't make it find the record.
I tried adding an unbound field in my form detail section
that displays "last, first" and then tried to match up the
record with what was in my combobox, but it does not work.
Can anyone point me to an example of this type of 'find'
command? Is there a form in Northwinds that you could use
as an example?
Obviously, I could use code to pull out the first name and
the last name and then do a complex search but this seems
like a simple task that should be easy to handle.
Thanks for your help.
Rick
Last and First Names, Address, etc. I would like a
combofield at the top of the form that populates
with "last, first" for each person in my database. I want
to enter that field and start typing last name. The field
will jump down the list as I type to locate the correct
person. Once I find them, I want to exit the field and
have their record display.
I can do this with their ref# which is unique, or I can
make it work with a single field, but when I try using a
compbined last and first, I can't make it find the record.
I tried adding an unbound field in my form detail section
that displays "last, first" and then tried to match up the
record with what was in my combobox, but it does not work.
Can anyone point me to an example of this type of 'find'
command? Is there a form in Northwinds that you could use
as an example?
Obviously, I could use code to pull out the first name and
the last name and then do a complex search but this seems
like a simple task that should be easy to handle.
Thanks for your help.
Rick