% sign in access

  • Thread starter Thread starter Dodzie99
  • Start date Start date
Dodzie99 said:
Does access accepts the "%" sign for missing values in a query?
If you are talking about wildcards in LIKE statements, then no. Jet
requires the DOS-like wildcards: * and ?.
The exception is if you are using ADO to execute a query, then you need
to use the ODBC wildcards: % and _.
 
I believe you are talking about wildcards - no. Use question mark for
single character, asterisk for multiple character, and # (number sign) for
numbers only.
 

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

Similar Threads

Are password protected WiFi networks secure? 3
Concatenate Question 6
Passwords 2
Access Database help 1
I get this sign <> in my query 2
Percent Sign 5
Report problem re. amt. column 2
No Internet access to eBay and Facebook 0

Back
Top