O
Octet32
I have a query in the RT field there are records that = 1111111 and 9999999
In LOC_No file I have counted the record that match Zip_codes, Company,RT
If any records = 1111111 and 9999999 I need them to be change to the
..LOC_NO that has the highest number.
SELECT Zip_codes, Company,RT, .LOC_NO
FROM Table1;
Can I write an iff statement that can do this?
new to acces can anyone help.
thank octet
In LOC_No file I have counted the record that match Zip_codes, Company,RT
If any records = 1111111 and 9999999 I need them to be change to the
..LOC_NO that has the highest number.
SELECT Zip_codes, Company,RT, .LOC_NO
FROM Table1;
Can I write an iff statement that can do this?
new to acces can anyone help.
thank octet