Ok, noone laugh at me here, I am still a pretty basic user…here is my question…
I have a table setup with all of my customer names on it. Then, I have another table setup that has a lookup on it to list the names of the customers. The purpose of this table is to add the addresses and phone numbers for the customers. I would like to make another table to add more information about these customers…
Question 1…When I create a form, I want to make a form that has controls to go to the other screens to add more information. For example…I would have 1 form that the user could input customer name and sales rep. I want a button that would take them to another form where they can input the address for that customer. When they click on that button to go to Form 2, How do I keep the customer name active, so they do not need to find it once again?
Question 2…When I make reports for these tables, how do I get the actual name to show up instead of the primary key? For example…if I make a report that lists all of my customers with their addresses, all of the information shows up, however, the customer name shows up as the primary key for the customer name table.
So I would have:
Customer: 1
123 Main St.
Chicago, IL 60611
instead of:
Customer: WalMart
123 Main St.
Chicago, IL 60611
I think that is all for now, again, do not laugh at my simplistic questions!