K
Kathy
On my main form, I have a pop-up search dialog box to look
for names of customers who may already be entered in the
database. Once I open the pop-up form using a command
button, I enter the last name and my customers form opens
in datasheet view, listing any last names that match
(might be more than one same name). I look at the lsit of
customers and decide if the customer I want to enter is
already in the list (additional info on pop-up form is
first name and customer number). If they are in the list,
I would like to be able to click on that particular record
and have the current record of the main form be the record
for that customer. Can anyone help me with the code for
this? Thanks.
for names of customers who may already be entered in the
database. Once I open the pop-up form using a command
button, I enter the last name and my customers form opens
in datasheet view, listing any last names that match
(might be more than one same name). I look at the lsit of
customers and decide if the customer I want to enter is
already in the list (additional info on pop-up form is
first name and customer number). If they are in the list,
I would like to be able to click on that particular record
and have the current record of the main form be the record
for that customer. Can anyone help me with the code for
this? Thanks.