- The tbl i want to update is Blr_insp which has 100 recs, and the col in that tbl to be updated is insp_id.
- The tbl Insp has 5 inspector names along w/ there badge_no
- The tbl Blr has 100 recs in it the has a col named state_no that I can use as a reference to query the correct data.
- The tbl zImport contains the original data such badge_no which I can match up w/ tbl Insp badge_no & state_no which is which can match up w/ tbl Blr.
What i want to do is update the Insp_ID of Blr_Insp with correct Inspectors that did the inspection on the Boiler's.
- The tbl Insp has 5 inspector names along w/ there badge_no
- The tbl Blr has 100 recs in it the has a col named state_no that I can use as a reference to query the correct data.
- The tbl zImport contains the original data such badge_no which I can match up w/ tbl Insp badge_no & state_no which is which can match up w/ tbl Blr.
What i want to do is update the Insp_ID of Blr_Insp with correct Inspectors that did the inspection on the Boiler's.