You can specify a range in a Case.
Since the wildcard is the trailing character, this should work:
Case "Budget" to "Budgetzzzzzzzzz", "OPSM", "Precision"
--
Allen Browne - Microsoft MVP. Perth, Western Australia.
Tips for Access users -
http://allenbrowne.com/tips.html
Reply to group, rather than allenbrowne at mvps dot org.
"Rose" <(E-Mail Removed)> wrote in message
news:1163601c4419d$3c90ccd0$(E-Mail Removed)...
> Can this be done? I have a certain company that has many
> locations, and the location is at the tail end of the name.
> I need to find all companies that begin with the word
> "Budget" for one of my select case statements. "Budget*" or
> "Budget"* doesn't work.
>
> The statement, FYI, is:
> Case "Budget*", "OPSM", "Precision"
> isGroup = "OPSM"