I have two tables. One table has a list of companies with a refernecing # to them. In the other table I have products with a column labled manufacter. I want to be able to store the # associated with the company in the products table. But when entering data I want to be able to see the Company Name.
Company Table Products Table
----------- -------------
22 Company 22
So I want the 22 in the products table to display the company name but store the actual 22.
How would I do this? I've tried many different queries so please don't ask me to post them.
Thanks
Company Table Products Table
----------- -------------
22 Company 22
So I want the 22 in the products table to display the company name but store the actual 22.
How would I do this? I've tried many different queries so please don't ask me to post them.
Thanks