superemilio
Programmer
Hi, I would like to set a sql statement as the row source for a listbox in a form, something like:
select * from table WHERE FIELD = [cmbXX],
where cmbXX is a control , for example a combo box.
I can do this when I open a "normal" database (mdb), but when i try to do it in a project (adp) i get an error message.
Thanks
select * from table WHERE FIELD = [cmbXX],
where cmbXX is a control , for example a combo box.
I can do this when I open a "normal" database (mdb), but when i try to do it in a project (adp) i get an error message.
Thanks