I want to automate my registration database with less typing as much as possible.
1.I have a customer table with info such as name, address,city,state,zip,pho
ne.- primary key is custID
2. I have my registration database and I also included custID.
Is it possible to have a combox in registration database as a lookup to the customer table .
What I would like to happen is when I select the name of a customer in that combo box, it would populate the name, address,city, etc ... in the registration database. I t would also append the custID in the registration database.
Can someone show me the approach and code to do this?
Start Free Trial