The closing square bracket within a charlist in the Like statement in Microsoft Access
The closing sqare bracket can't be enclosed within the square brackets and thus can't be used also within a charlist, for example:
Like "*[#?]]*"
Is any other way to to insert the closing square bracket into a charlist, not adding it separately, like this:
Like "*[#?]*" Or Like "*]*"
?