G
Guest
Hi,
I have a table that has 7 fields all of which may contain a given value. I
need to add criteria that selects records where *any* of these fields equal a
given vale. It's complicated by the fact that this value could actually be
one be of a list of 5
All of the the 7 fields effectively need the follwing criteria:
Like "c71*" Or Like "c72*" Or Like "c73*" Or Like "c74*" Or Like "c75*"
I know I can enter the same criteria seven times, to get the "OR", that
works, but is there an easier way?
The question has been listed here, but when using a parameter in the
criteria, where as mine is the same list each time.
Any advice appreciated, I'm happy to hack the SQl if that's the way to go
Cheers
Matt
I have a table that has 7 fields all of which may contain a given value. I
need to add criteria that selects records where *any* of these fields equal a
given vale. It's complicated by the fact that this value could actually be
one be of a list of 5
All of the the 7 fields effectively need the follwing criteria:
Like "c71*" Or Like "c72*" Or Like "c73*" Or Like "c74*" Or Like "c75*"
I know I can enter the same criteria seven times, to get the "OR", that
works, but is there an easier way?
The question has been listed here, but when using a parameter in the
criteria, where as mine is the same list each time.
Any advice appreciated, I'm happy to hack the SQl if that's the way to go
Cheers
Matt