I have several checkboxes where only 1 can be checked, every time a checkbox has been checked, I want update the rowsource of my listbox. So i get the SQL string and update the string with the new condition.
Can it be done like this:
stSQL=
"SELECT field1, field2
FROM tbl1
WHERE field1='test'...