B
Brook
I have two tables: tblCustomOrders (uses and autonumber to
create orderID, KI-0000) and tblProgramOrders (uses and
autonumber to create orderID, NW-0000).
The reason for two tables is that custom orders have a
different OrderID than the Program Orders. Both tables
have the same number and type of fields its just the
orderid is different.
I would like to maintain a MasterInventoryTable. Is there
a way that when the data is is create in each of the above
tables, the tblMasterInventory is updated with the record.
And same if the masterinventorytable is edited, the
information be sent to the corresponding table.
Any ideas/suggestions are appreciated.
Brook
create orderID, KI-0000) and tblProgramOrders (uses and
autonumber to create orderID, NW-0000).
The reason for two tables is that custom orders have a
different OrderID than the Program Orders. Both tables
have the same number and type of fields its just the
orderid is different.
I would like to maintain a MasterInventoryTable. Is there
a way that when the data is is create in each of the above
tables, the tblMasterInventory is updated with the record.
And same if the masterinventorytable is edited, the
information be sent to the corresponding table.
Any ideas/suggestions are appreciated.
Brook