Overclock.net banner

MS access send data from table 1 to 2

345 Views 0 Replies 1 Participant Last post by  mumblzjm
I have created a database for a university assignment and it is for a dummy company that sells computer parts.

Basically i have a product table that has the following fields:
product id(primary)
prod manufacturer
modelnumber
description
price
additional info
stock
supplierID

i then have an order detail table that has the following fields:
orderID (primary)
customerID
sale number
productID
modelNumber
description
quantity
price

I want the table so that everytime i put a productID in the order table the model number, description,and price updates.

I can only have the primary key with a relationship.

can anyone help please?
See less See more
1 - 1 of 1 Posts
1 - 1 of 1 Posts
This is an older thread, you may not receive a response, and could be reviving an old thread. Please consider creating a new thread.
Top