G
Guest
I have a set of foreign tables to query through a third party ODBC driver.
Queries with no parameters work well and queries with parameters entered
directly into the criteria box in design view (eg "Smith")work also, but once
I try to query using a square bracket prompt (eg [Enter Name]) or use a query
by form approach (eg =Forms!Form1!txtName) the query returns no records.
For performance reasons, I want to avoid importing the data into native
tables which is the only workaround I can come up with.
The documentation from the author of the driver confirms that the "Where"
clause is supported.
Can someone explain what's going on here?
Queries with no parameters work well and queries with parameters entered
directly into the criteria box in design view (eg "Smith")work also, but once
I try to query using a square bracket prompt (eg [Enter Name]) or use a query
by form approach (eg =Forms!Form1!txtName) the query returns no records.
For performance reasons, I want to avoid importing the data into native
tables which is the only workaround I can come up with.
The documentation from the author of the driver confirms that the "Where"
clause is supported.
Can someone explain what's going on here?