S
SowBelly
Hello:
I have 2 tables set up as such:
TABLE1
MAP# (Initially Blank)
ADDRESS1
ADDRESS2
STREET
Other misc fields also
TABLE2
MAP# (Has a map code)
ADDRESS1
ADDRESS2
STREET
Other misc fields also
I want to be able to update TABLE1.MAP# with TABLE2.MAP# if
TABLE1.ADDRESS1=TABLE2.ADDRESS1 and
TABLE1.ADDRESS2=TABLE2.ADDRESS2 and
TABLE1.STREET=TABLE2.STREET
TABLE1 and TABLE2 data is generated by 2 different systems.
Ultimately, I need to pass TABLE1 data back to its system after
updating the MAP# field.
I would prefer to do this without having to use VBA, but will if
necessary.
Thanx for any help you can provide.
"Pigs can't be humans, but humans can be Pigs!"
Eating at the trough of life.
Oink!
SowBelly
I have 2 tables set up as such:
TABLE1
MAP# (Initially Blank)
ADDRESS1
ADDRESS2
STREET
Other misc fields also
TABLE2
MAP# (Has a map code)
ADDRESS1
ADDRESS2
STREET
Other misc fields also
I want to be able to update TABLE1.MAP# with TABLE2.MAP# if
TABLE1.ADDRESS1=TABLE2.ADDRESS1 and
TABLE1.ADDRESS2=TABLE2.ADDRESS2 and
TABLE1.STREET=TABLE2.STREET
TABLE1 and TABLE2 data is generated by 2 different systems.
Ultimately, I need to pass TABLE1 data back to its system after
updating the MAP# field.
I would prefer to do this without having to use VBA, but will if
necessary.
Thanx for any help you can provide.
"Pigs can't be humans, but humans can be Pigs!"
Eating at the trough of life.
Oink!
SowBelly