R
ron
A have a table with three "type of service" fields and
three corresponding dollar amount fields. The type of
service values are pulled from drop down menus of ten
choices and the dollar amounts are entered manually. In
any given record the value of a type of service will occur
only once. (i.e. if [TypeOfService1]="repair", then
[TypeOfService2] and [TypeOfService3] will never
be "repair."
I need to create a query that will allow me to pull all
records where "repair" occurs in any of the fields
[TypeOfService1], [TypeOfService2], or [TypeOfService3].
Putting "repair" as criteria for all three fields
obviously doesn't work since it creates an AND statement
which will always return zero records.
Can someone help me out here?
Thanks,
ron
three corresponding dollar amount fields. The type of
service values are pulled from drop down menus of ten
choices and the dollar amounts are entered manually. In
any given record the value of a type of service will occur
only once. (i.e. if [TypeOfService1]="repair", then
[TypeOfService2] and [TypeOfService3] will never
be "repair."
I need to create a query that will allow me to pull all
records where "repair" occurs in any of the fields
[TypeOfService1], [TypeOfService2], or [TypeOfService3].
Putting "repair" as criteria for all three fields
obviously doesn't work since it creates an AND statement
which will always return zero records.
Can someone help me out here?
Thanks,
ron