T
Tony in Michigan
I need to compare many data fields, and report the items that fail the
comparison, so this would apply to a number of the projects I'm working on.
table 1 three fields, f1=part num, f2=tariff (6 char), f3=validation flag
Table 2 eight fields, only need F1 & F2 (10 Char), named as above
I want to ecompare T1.F1 to T2.F1 and update T1.F3 to invalid, when
T1.F2-left(T2.F2,6) <>0
Also, as i feel like a pain in the message board, are there any good SQL
references for Access, that will help me along?
comparison, so this would apply to a number of the projects I'm working on.
table 1 three fields, f1=part num, f2=tariff (6 char), f3=validation flag
Table 2 eight fields, only need F1 & F2 (10 Char), named as above
I want to ecompare T1.F1 to T2.F1 and update T1.F3 to invalid, when
T1.F2-left(T2.F2,6) <>0
Also, as i feel like a pain in the message board, are there any good SQL
references for Access, that will help me along?