Guest_imported
New member
- Jan 1, 1970
- 0
I need to be able to update a table in an asset management database with the following:
IMPORT table --> ASSET table or INCOMPLETE table
I need to be able to go through all the records in the IMPORT table, pick the ones out that have a matching column value (ie 'receive'), see if their serial number exists in the ASSET table, and if it does, update that asset record with the new info. Then, delete the IMPORT record and go to the next record and do the same all the way through the IMPORT table.
Thanks
IMPORT table --> ASSET table or INCOMPLETE table
I need to be able to go through all the records in the IMPORT table, pick the ones out that have a matching column value (ie 'receive'), see if their serial number exists in the ASSET table, and if it does, update that asset record with the new info. Then, delete the IMPORT record and go to the next record and do the same all the way through the IMPORT table.
Thanks