Asterisk Database Variable

  • Thread starter Thread starter Jim Jones
  • Start date Start date
J

Jim Jones

In my tables, the asterisk is an important value of a
variable (it's an examination grade!). How can I get
Access to accept the literal value of * rather than
interpreting it as any number of any characters?

All help appreciated - as ever!
 
Use = for equal, or <> for not equal instead of Like.

If you need to use the Like operator, you can use the literal asterisk in
square brackets, e.g.:
Like "computers use [*] for multiplication"
 

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

Back
Top