I need to group a report on a value that may exist in 2 different fields in the table.
There are two pay method fields (Paymethod1 and PayMethod2), and they contain values such as: Cash, Debit, Credit etc.
This as a result of clients paying a bill using 2 different methods.
Obviously, if they use only 1 method the Paymethod2 field will be empty.
Now I need to group on Cash, Debit, Credit etc. whether it exists in PayMethod1 or PayMethod2.
Do I need to make 2 separate queries for each field and then join them or is there another way?
All ideas will be greatly appreciated.
Catalina
There are two pay method fields (Paymethod1 and PayMethod2), and they contain values such as: Cash, Debit, Credit etc.
This as a result of clients paying a bill using 2 different methods.
Obviously, if they use only 1 method the Paymethod2 field will be empty.
Now I need to group on Cash, Debit, Credit etc. whether it exists in PayMethod1 or PayMethod2.
Do I need to make 2 separate queries for each field and then join them or is there another way?
All ideas will be greatly appreciated.
Catalina