The closing square bracket within a charlist in the Like statement in Microsoft Access
12:19 05 Apr 2026

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 "*]*"

?

sql vba ms-access