M
MN
Hi,
I want to create a search form with lastname and first name. When the user
type in Lastname and Firstname then click button Search it will looking in
table Customer.
(Table Customer have field CustomerID, LName, and Fname)
If found records then:
- Open a form let user select which one to be EDIT, when they click on that
record it will open a nother window and let user edit that record.
If found no record then:
- Open a new form let the user enter new data (with carry over lastname and
firstname from previous Search screen)
How can I do this ? thank you in advance.
MN
I want to create a search form with lastname and first name. When the user
type in Lastname and Firstname then click button Search it will looking in
table Customer.
(Table Customer have field CustomerID, LName, and Fname)
If found records then:
- Open a form let user select which one to be EDIT, when they click on that
record it will open a nother window and let user edit that record.
If found no record then:
- Open a new form let the user enter new data (with carry over lastname and
firstname from previous Search screen)
How can I do this ? thank you in advance.
MN