G
Guest
I have three columns in one table, each listing the expiration date of a
professional license in three different states. Some people have licenses in
all three states. Others only two or one state. I am trying to run a query
to list all licenses that expire before a certain date. I am using the
standard OR example. If the date in the second column satisfies the
criteria, the output also lists a date in the first column for that person
even if it is out of range. The same applies to the third column but lists
dates in column one and two even if out of range. How do I supress the out
of range dates in the previous columns?
professional license in three different states. Some people have licenses in
all three states. Others only two or one state. I am trying to run a query
to list all licenses that expire before a certain date. I am using the
standard OR example. If the date in the second column satisfies the
criteria, the output also lists a date in the first column for that person
even if it is out of range. The same applies to the third column but lists
dates in column one and two even if out of range. How do I supress the out
of range dates in the previous columns?