customizing rowsource query in combobox ACCESS
- by every_answer_gets_a_point
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?