G
Guest
I want to be able to pull records based on last names. Using the toolbox, I
created a combo box with Last and First names. The wizard created an
AfterUpdate event that finds the first last name (FindFirst). However, my
records can have duplicate last names. If I click on other last names/first
names in the list, I always get the very first last name in the list. Can I
modify this combox box to be based on a combination of Last Name and First
Name so that it will pull the appropriate customer? Or will I need to create
a new combo box?
created a combo box with Last and First names. The wizard created an
AfterUpdate event that finds the first last name (FindFirst). However, my
records can have duplicate last names. If I click on other last names/first
names in the list, I always get the very first last name in the list. Can I
modify this combox box to be based on a combination of Last Name and First
Name so that it will pull the appropriate customer? Or will I need to create
a new combo box?