Hey guys, I need some help here.
Basically right now I have 2 tables, 1 consits of a database I created with all the Postal Codes of my City for all the houses, searchable by their Building Name, Street Name etc.
This Query / Table is known as Search by Building Name; and contains he following fields:
Building Name
Postal Code
Street Name
No of Units
Address Type
Now i have this other compile table that is missing Postal Codes, But has Building Name and Street Name. This table is known as Test; and contains the following fields:
Building Name
Street Name
Test Number
Now basically I want to relate the Test Table with my Query Table, through the Building Name and Street Name fields, such that I can Query the Postal Codes easily.
Problem is, I have no idea how to make ACCESS 2007 do patial word mapping / search of Building / Street names from the Test table with that of Building / Street Names in the Query Table.
Does anyone know an SQL code string or some function in Access 2007 that can help me with this?
Thanks in advance!
Basically right now I have 2 tables, 1 consits of a database I created with all the Postal Codes of my City for all the houses, searchable by their Building Name, Street Name etc.
This Query / Table is known as Search by Building Name; and contains he following fields:
Building Name
Postal Code
Street Name
No of Units
Address Type
Now i have this other compile table that is missing Postal Codes, But has Building Name and Street Name. This table is known as Test; and contains the following fields:
Building Name
Street Name
Test Number
Now basically I want to relate the Test Table with my Query Table, through the Building Name and Street Name fields, such that I can Query the Postal Codes easily.
Problem is, I have no idea how to make ACCESS 2007 do patial word mapping / search of Building / Street names from the Test table with that of Building / Street Names in the Query Table.
Does anyone know an SQL code string or some function in Access 2007 that can help me with this?
Thanks in advance!