R
Rae
If I have a table of HomeOwners and a Table imported from an Excel
Spreadsheet that includes some of the names in the HomeOwners table,
How can I update the imported table fields to identify these records.
I have an ID in HomeOwners (which is unique)
I have a blank ID field in table X (the Imported table).
I am trying to use this SQL statement in a query
UPDATE x SET x.id = HomeOwners.ID WHERE HomeOwners.Phone = X.phone
When I run this in access it prompts me for HomeOwners.Phone and
HomeOwners.ID.
Spreadsheet that includes some of the names in the HomeOwners table,
How can I update the imported table fields to identify these records.
I have an ID in HomeOwners (which is unique)
I have a blank ID field in table X (the Imported table).
I am trying to use this SQL statement in a query
UPDATE x SET x.id = HomeOwners.ID WHERE HomeOwners.Phone = X.phone
When I run this in access it prompts me for HomeOwners.Phone and
HomeOwners.ID.