Thanks for your time on this.
I am not quite understanding your answer.
Should it look like
Where Mid([SessionNum],1,(Instr([SessionNum],"("))) Like "*" & [Forms]![SundayPreRegFrm]![SessionNum] &"*"
BTW, This is not my database. Just got thrown into the middle of a wierd situation. I am...
Maybe if I explain what the data means, it might make more sense.
The data in the table is shown as
3S(June 24-29)
3 = week number
S = Session Type
(June24-29) = date code (that I want to ignore)
But some data has multiple week numbers
34P(June 24-July 4)
But, when I use the expression...
I have a simple query that uses a field on a form to filter my data. The data in the field looks like this,
3S(June 24-29)
3T(June 24-29)
34P(June 24-July 4)
My criteria expression is simple:
Like [Forms]!SundayPreRegFrm]!SessionNum]&"*"
Everything looks fine if I am looking for a single...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.