Hello,
How do I combine the * Wildcard with a TempVar?
I currently use:
to find all records beginning with MCC_G1. But now I have over 21 different "MCC" identifications and I don't want to create a different query for each.Code:Like "mcc_g1*"
How do I use a tempvar with the Like and * functions?????
I have tried:
And other variations.Code:Like [TempVar]![MCC]* Like ([TempVar]![MCC])* Like ([TempVars]![MCC] & "*")
Any help would very much appreciated!
Thank you