philljp390
Registered User.
- Local time
- Today, 21:57
- Joined
- Sep 7, 2003
- Messages
- 64
Hi all,
I'm not sure if this should just be done in a query, or VBA.
I have a table called Address and a table called Incidents.
I want to search through the fields Address 1, 2, 3, and 4 in the Incidents table to see if they match the fields Address 1 in the Address table. Each address in the Address table has a corrisponding Grid Reference, so the results would be:
                         From Incidents Table                   From Address Table
|-----------------------------------------------| |---------------------|
   Address 1 - Address 2 - Address 3 - Address 4 -       Grid Reference
So when it matches the address it gives the Grid Reference
Any help appriciated.
I'm not sure if this should just be done in a query, or VBA.
I have a table called Address and a table called Incidents.
I want to search through the fields Address 1, 2, 3, and 4 in the Incidents table to see if they match the fields Address 1 in the Address table. Each address in the Address table has a corrisponding Grid Reference, so the results would be:
                         From Incidents Table                   From Address Table
|-----------------------------------------------| |---------------------|
   Address 1 - Address 2 - Address 3 - Address 4 -       Grid Reference
So when it matches the address it gives the Grid Reference
Any help appriciated.
Last edited: