H
HollyH
I have a command button opening a report called "reference
number summary".
I need it to filter for an entered period (period is XXXX-X
with the first four numerals being the period and the last
numeral being the week number in the period) and for the
company name not equaling "MEI-C".
The first one will need to be a like statement and the
second a <> statement, but I keep getting type mismatches
and know I am getting my " in the wrong place. Both fields
are text.
This is what I started with:
"[WEEK]" Like "([Enter Period Number] & " * ")"
I haven't yet added the:
And ("[CompanyN]" <> "MEI-C")
I need some help to get this working smoothly.
Thanks
number summary".
I need it to filter for an entered period (period is XXXX-X
with the first four numerals being the period and the last
numeral being the week number in the period) and for the
company name not equaling "MEI-C".
The first one will need to be a like statement and the
second a <> statement, but I keep getting type mismatches
and know I am getting my " in the wrong place. Both fields
are text.
This is what I started with:
"[WEEK]" Like "([Enter Period Number] & " * ")"
I haven't yet added the:
And ("[CompanyN]" <> "MEI-C")
I need some help to get this working smoothly.
Thanks