how to substitute asterisk in Access?

dz2k7

Not only User
Local time
Yesterday, 22:39
Joined
Apr 19, 2007
Messages
104
I have asterisks "*" in a table in Access
The table is huge and Excel can't deal with it.
I tried ~* but it doesn't work in Access.

So what would you do?
 
Last edited:
You posted this in the wrong forum category, so I moved it for you. You don't post questions to the samples category.
 
Try either enclosing in [brackets], or for instance the InStr function

Like "*[*]*"

InStr([MyField];"*")>0
 
it works!
thank you
it looks like it's a good place to ask questions
 

Users who are viewing this thread

Back
Top Bottom