S
sparky
TBL1 has the following fields: ID, GPSX, GPSY, NAME and has 200 records.
TBL2 has the following fields: ID, GPSX, GPSY, NAME and has 2000 records.
TBL1's GPSX and GPSY fields are blank, while TBL2's are not. I want to
compare the ID numbers of the 2 tables, and if they are equal, move TBL2's
GPS (X & Y) fields into TBL1's GPS (X & Y) fields.
I believe I should use update query but I can't come up with the correct
method to do this.
Anyone want to offer some easy methods?
Thanks
Rick
TBL2 has the following fields: ID, GPSX, GPSY, NAME and has 2000 records.
TBL1's GPSX and GPSY fields are blank, while TBL2's are not. I want to
compare the ID numbers of the 2 tables, and if they are equal, move TBL2's
GPS (X & Y) fields into TBL1's GPS (X & Y) fields.
I believe I should use update query but I can't come up with the correct
method to do this.
Anyone want to offer some easy methods?
Thanks
Rick