J
Joseph Atie
Ive got a form with a bunch of unbound combo boxes (12 to be exact) each
queries the same field in a table allowing the user to select upto 12
different search critera.
On completion this form will pass its data to another form that uses a list
box to display records where the decsription field matches ALL of the search
critera.
so the issue im having is how can i write a query that basicly looks
something like this
select * from table
where description = this & that & something & something else
ive tried using the expression builder to literally build the required
critera string (i.e [form].[field] and [form].[field1], but access wont allow
me to use more than one of the unbound fields, otherwise it just returns no
data
queries the same field in a table allowing the user to select upto 12
different search critera.
On completion this form will pass its data to another form that uses a list
box to display records where the decsription field matches ALL of the search
critera.
so the issue im having is how can i write a query that basicly looks
something like this
select * from table
where description = this & that & something & something else
ive tried using the expression builder to literally build the required
critera string (i.e [form].[field] and [form].[field1], but access wont allow
me to use more than one of the unbound fields, otherwise it just returns no
data