E
E Taylor
I have a database which has multiple tables.
There is a table for products which has various columns
including ProductID, CategoryID, Product_Name and
Product_Description.
There is a table called Inventry Transactions which has
the fields TransactionID, TransactionDate, Product_Name
(from the other table) and a few other coloumns.
I have a form which links to an inventry transactions
table, so when a product leaves our 'store' we record
what is going out etc. On the form, you pull up the
Product_Name field and select the correct item. Some of
the items are very similar and it would be really useful
if the Product_Description field (from the products table)
could be shown on the form (and if necessary the inventry
transactions table), so that when an item is selected,
you see the description. But whilst I know how to add
fields that are tied to the inventry transactions table,
I can't seem to add fields for other tables, or pull this
enty over from the product table to the inventry
transaction table in a manner where the data entered also
shows.
There is a table for products which has various columns
including ProductID, CategoryID, Product_Name and
Product_Description.
There is a table called Inventry Transactions which has
the fields TransactionID, TransactionDate, Product_Name
(from the other table) and a few other coloumns.
I have a form which links to an inventry transactions
table, so when a product leaves our 'store' we record
what is going out etc. On the form, you pull up the
Product_Name field and select the correct item. Some of
the items are very similar and it would be really useful
if the Product_Description field (from the products table)
could be shown on the form (and if necessary the inventry
transactions table), so that when an item is selected,
you see the description. But whilst I know how to add
fields that are tied to the inventry transactions table,
I can't seem to add fields for other tables, or pull this
enty over from the product table to the inventry
transaction table in a manner where the data entered also
shows.