customizing rowsource query in combobox ACCESS
Posted
by every_answer_gets_a_point
on Stack Overflow
See other posts from Stack Overflow
or by every_answer_gets_a_point
Published on 2010-05-16T20:39:00Z
Indexed on
2010/05/16
20:40 UTC
Read the original article
Hit count: 195
i have 4 comboboxes and each of them need to have the same query in the rowsource, except there is a slight variation on each query
if rowsource = somequery
i need it to be select * from somequery where something like 'something1';
the next one needs to be
select * from somequery where something like 'something2';
is there a way to customize the rowsource property in this way?
© Stack Overflow or respective owner