prmitchell
Registered User.
- Local time
- Today, 15:59
- Joined
- Jan 2, 2013
- Messages
- 58
I have a user who wishes to be able to choose the field to search by and then enter/select a value for the criteria
for exaplanation
basically a customers table (but will also show information from orders in the output)
where the user can choose/specfiy suburb and then choose/enter a value eg. Bankstown
and/or
can choose/specify [marital status] and then choose/enter a value eg. S (single)
and/or
can choose/specify gender and then choose/enter a value eg. F (female)
so in many ways, they want to be able to (almost) write their own query
my thought is to have a combo box which includes the field names and then a text box where they can type in
and to have this pairing multiple times as they might want a list of females who live in Bankstown.
I have read something kind of similar in one of the threads about
Like "*" & [forms]![FRM_SearchMulti]![SrchText] & "*" on multiple OR lines
but I am not sure if/how that applies to my request.
I look forward to any help please.
for exaplanation
basically a customers table (but will also show information from orders in the output)
where the user can choose/specfiy suburb and then choose/enter a value eg. Bankstown
and/or
can choose/specify [marital status] and then choose/enter a value eg. S (single)
and/or
can choose/specify gender and then choose/enter a value eg. F (female)
so in many ways, they want to be able to (almost) write their own query
my thought is to have a combo box which includes the field names and then a text box where they can type in
and to have this pairing multiple times as they might want a list of females who live in Bankstown.
I have read something kind of similar in one of the threads about
Like "*" & [forms]![FRM_SearchMulti]![SrchText] & "*" on multiple OR lines
but I am not sure if/how that applies to my request.
I look forward to any help please.