C
Clayton
I'm inserting the results of a query to my Access DB into a form. When the query has an equal sign, I get results. When my query uses 'like' as a parameter, I get no results - even though within access I do in fact get results. I also have to use a custom query with both, as in I can't just click the existing query. I actually have to create a custom query, edit it, and paste in the SQL code behind the query from the Access DB
The only time I can use the click method on the list of tables and queries associated with my DB connection, is when I select a table. None of the queries have worked
Any ideas? The only thing I've noticed between the ones that return results and the ones that do not, is the 'equal' qualifier versus the 'like' qualifier.
The only time I can use the click method on the list of tables and queries associated with my DB connection, is when I select a table. None of the queries have worked
Any ideas? The only thing I've noticed between the ones that return results and the ones that do not, is the 'equal' qualifier versus the 'like' qualifier.