Is it possible to change the rowsource for a listbox on a report using VBA?
Thanks.
Of what value would that be on a report?
Controls on a report are passive. You won't be able to select anything
from a list box on a report, and if it has a control source value, it
will show that row as selected and blacked out anyway.
Anyway, you can't set the rowsource of a List Box control once the
report is opened for printing or preview, other than in the report
Open event.