using * as a wildcard is not working in a form based on a query?

C

Chickadees98

using * as a wildcard is not working in a form based on a query? Anyone know
why this could be? And the solutions
 
J

John Vinson

using * as a wildcard is not working in a form based on a query? Anyone know
why this could be? And the solutions

Either there's something wrong with the query (as Ofer says, please
post the SQL - which we cannot see); or you have set the Database's
Options to use SQL-92 syntax, which uses % rather than * as a
wildcard.

John W. Vinson[MVP]
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top