trima1
IS-IT--Management
- Feb 20, 2007
- 4
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 week number (like 3).
I need to modify the criteria to see the 4 between the 3 and P, but not see the 4 in the date.
Is it possible?
Mark
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 week number (like 3).
I need to modify the criteria to see the 4 between the 3 and P, but not see the 4 in the date.
Is it possible?
Mark