G
Guest
Hi,
I am using Access 2003. My first table "tbl_orders" has 4 fields with name
"hw_model_A" , "hw_model_B", "qty_A", "qty_B" to register purchase orders.
My second table "tbl_asset" is designed to store hw configuration and
included fields "hw_model_A" and "hw_model_B" .
Ho do I append rows to table tbl_asset related to value from "qty_A",
"qty_B" tbl_orders?
for exam:
purchase order included
3pcs of hw model A
5pcs of hw model B
How do I add into tbl_asset
3 rows where the value "hw_model_A" is duplicated
5 rows where the value "hw_model_B" is duplicated
many thanks
I am using Access 2003. My first table "tbl_orders" has 4 fields with name
"hw_model_A" , "hw_model_B", "qty_A", "qty_B" to register purchase orders.
My second table "tbl_asset" is designed to store hw configuration and
included fields "hw_model_A" and "hw_model_B" .
Ho do I append rows to table tbl_asset related to value from "qty_A",
"qty_B" tbl_orders?
for exam:
purchase order included
3pcs of hw model A
5pcs of hw model B
How do I add into tbl_asset
3 rows where the value "hw_model_A" is duplicated
5 rows where the value "hw_model_B" is duplicated
many thanks