I have two tables in MS Access. PRODUCTS is a list of items that our business carries. INVENTORY is a summary of things that we have or don't have in stock right now.
Is it possible to write a query that will compare the items in INVENTORY to PRODUCTS and when a match is found, the stock field in PRODUCTS will be updated to the value of the stock field in INVENTORY.
example of tables and fields:
PRODUCTS
name (primary)
stock
price
etc..
INVENTORY
name (primary)
stock
If I cannot write a SQL query for this is it possible to make a module do this in Access?
Is it possible to write a query that will compare the items in INVENTORY to PRODUCTS and when a match is found, the stock field in PRODUCTS will be updated to the value of the stock field in INVENTORY.
example of tables and fields:
PRODUCTS
name (primary)
stock
price
etc..
INVENTORY
name (primary)
stock
If I cannot write a SQL query for this is it possible to make a module do this in Access?