J
jerryk
Hi,
I have a List box that has as its RowSource an SQL statement of the form:
Select x,y,z from qry123.
qry123 joins a table in the SQL database with another query that runs
against the SQL database.
When I run the SQL statement as a query in my access database I get the
expected results. However, when I run it in my code the List box is not
populated. Of course this all works if I switch to the Access version of
the DB.
Any idea on what changes I need to make to SQL to make this work?
jerry
I have a List box that has as its RowSource an SQL statement of the form:
Select x,y,z from qry123.
qry123 joins a table in the SQL database with another query that runs
against the SQL database.
When I run the SQL statement as a query in my access database I get the
expected results. However, when I run it in my code the List box is not
populated. Of course this all works if I switch to the Access version of
the DB.
Any idea on what changes I need to make to SQL to make this work?
jerry