Can anyone who speaks plain English help me.
I've google so many times i've lost count.
Im a novice.
I have Main form called "Blank Form" - it has a custom links menu.
The idea is to copy all its contents to every form before i start populating the other forms.
On this "Blank form" i have a Quick search sub form (at least that's the idea)
So...
Ive created a Quick search form that i want to use as a sub form - this contains a search box that links to a query... I type in a value (Mixed Letters/numbers) and it displays the results under the search box in 4x boxes that DLOOKUP the query results.
This form called "Quick Search" works fine - The DLOOKUP strings are as below for each of the correctly named text boxes
1. =DLookUp("[Location]","[Quick Search Query]")
2. =DLookUp("[Zone Color]","[Quick Search Query]")
3. =DLookUp("[Pod]","[Quick Search Query]")
4. =DLookUp("[Desk]","[Quick Search Query]")
Easy.. i then have an on click/enter/exit event etc to re-query the results
So it all works so far on the Quick Search form i enter "1" say in the search box and the results are shown..
Right - I Add a sub form to the "Blank Main form" and the wizard asks me which form i want to link it to.. i Say "Quick Search" and finish the wizard but in form view everything flashes #Error
I can type into the Search box but it changes nothing.
Anyone want to try and explain this in plain understandable English?
Remember im a noob so please go easy