what i want to achieve is i want to make a list in Inventory_table of item name,part no,price,color details,size etc. and in another table orders_table i would like to put a lookup in first column so when ever i type in the part number in that colum all the detailes related to that row in inventory_table should appear in order_table and i want to be able to make changes in order_table, not in inventory_table. And i want to store this order_table as separate, I mean I don't want a query lookup to just see the info ! i wanna be able to modify the data and store it in order list.
How can i achieve this without using VBA or Macros ?