I
Iram
Hello.
I have a table with inventory information that I need to update.
The table is called "tbl_Master"
In this table i have many fields but most importantly "Name" and "DeviceSN".
I have another table called "tbl_ExcelImport". I created this spreadsheet
when I walked around doing a physical walk through and gathered all of the
Serial Numbers and who they were assigned to.
I need to run an update query that will update the "tbl_Master" table's
"Name" field based upon the "Name" field in the "tbl_ExcelImport" field based
on matching Serial Numbers from both tables.
How can acheive this?
Your help is greatly appreciated.
Iram/mcp
I have a table with inventory information that I need to update.
The table is called "tbl_Master"
In this table i have many fields but most importantly "Name" and "DeviceSN".
I have another table called "tbl_ExcelImport". I created this spreadsheet
when I walked around doing a physical walk through and gathered all of the
Serial Numbers and who they were assigned to.
I need to run an update query that will update the "tbl_Master" table's
"Name" field based upon the "Name" field in the "tbl_ExcelImport" field based
on matching Serial Numbers from both tables.
How can acheive this?
Your help is greatly appreciated.
Iram/mcp