Can some one show me how to make a Update Query that updates values from one table with values from another here is a sample of what I am trying to do.
Table one has the following fields
StorageID
Isle
Row
Bin
Table2 has the following field
ToolID
DestIsle
DestRow
DestBin
StorageID
I need to update table2 with contain the storage ID specified in table 1.
Table one has the following fields
StorageID
Isle
Row
Bin
Table2 has the following field
ToolID
DestIsle
DestRow
DestBin
StorageID
I need to update table2 with contain the storage ID specified in table 1.