Hi,
Wonder if someone can help me?
I have two tables, one is a project table and one is an address table, in addition I have a project form bound to the project table.
I've created a lookup field (at table level) to allow the ability to lookup and select multiple addresses that are related to the project but there are 100,000s of properties so i need a way of searching and then selecting the relative properties from the project form.
E.G.
Project Table
ID - Autonumber (primary key)
Associated Properties - Text
Address Table
ID - Text (primary key)
Address - Text
Zip Code - Text
project form
Associated Properties (Search for properties to link to the project by zip code or address) select the properties related and add to the project.
I tried by just creating a query and putting [Enter Zip Code] as the criteria and that kind of works but it always pops up the box every time i load the form.
Any help is much appreciated
Many thanks
superblade
Wonder if someone can help me?
I have two tables, one is a project table and one is an address table, in addition I have a project form bound to the project table.
I've created a lookup field (at table level) to allow the ability to lookup and select multiple addresses that are related to the project but there are 100,000s of properties so i need a way of searching and then selecting the relative properties from the project form.
E.G.
Project Table
ID - Autonumber (primary key)
Associated Properties - Text
Address Table
ID - Text (primary key)
Address - Text
Zip Code - Text
project form
Associated Properties (Search for properties to link to the project by zip code or address) select the properties related and add to the project.
I tried by just creating a query and putting [Enter Zip Code] as the criteria and that kind of works but it always pops up the box every time i load the form.
Any help is much appreciated
Many thanks
superblade
Comment