raymond3090
Registered User.
- Local time
- Today, 18:07
- Joined
- Sep 5, 2002
- Messages
- 43
Hi again,
nobody has been responding to my previous post, so I'll try and refine my question a little.
Right now I have a query, searchResults, which displays seven fields from one of my tables. I have the criteria section of the first field set as follows:
Like "*" & [Forms]![Search]![textTitle] & "*"
which correspongs to a text box on my main Search form.
What I want to achieve on my main search form is a set of seven text boxes, one corresponding to each field in my query set. I would like to fill in any known pieces of information into any (or all) of these text boxes, hit the search button and have a resulting, very refined, set of records which match the keywords.
If there is an easier way of doing this, please inform me!
Right now I have only been able to do this with one keyword. Any help would be very much appreciated.
Regards,
Raymond Warren
nobody has been responding to my previous post, so I'll try and refine my question a little.
Right now I have a query, searchResults, which displays seven fields from one of my tables. I have the criteria section of the first field set as follows:
Like "*" & [Forms]![Search]![textTitle] & "*"
which correspongs to a text box on my main Search form.
What I want to achieve on my main search form is a set of seven text boxes, one corresponding to each field in my query set. I would like to fill in any known pieces of information into any (or all) of these text boxes, hit the search button and have a resulting, very refined, set of records which match the keywords.
If there is an easier way of doing this, please inform me!
Right now I have only been able to do this with one keyword. Any help would be very much appreciated.
Regards,
Raymond Warren
Last edited: