C
Chris
I'm having a problem with this paramater query:
IIf([Show 322 records? (Y/N)]="Y",Like "322*")
It prompts the user to type Y or N, and if it's "Y" I want it to return
records like 322-123, 322-4567, 322-xxx etc, but it doesn't return any
results. If I eliminate the Like part of it, it works find by entering the
exact 322-xxx record, but not using the like statement. What am I doing
wrong?
IIf([Show 322 records? (Y/N)]="Y",Like "322*")
It prompts the user to type Y or N, and if it's "Y" I want it to return
records like 322-123, 322-4567, 322-xxx etc, but it doesn't return any
results. If I eliminate the Like part of it, it works find by entering the
exact 322-xxx record, but not using the like statement. What am I doing
wrong?