R
rblivewire
I am having trouble trying to figure out a criteria for a query. I
have 2 date columns, PDM and Web, and if both have dates in them then
the request is considered CLOSED. The query I need is for all items to
show up that have been closed in a user input date. Ex. If the user
inputs March 2004, all items that HAVE BEEN CLOSED IN MARCH 2004 need
to show up. This means that if PDM has a date in January 2004 and Web
has a date in March 2004, it should show up. If both have dates in
March, it should show up. If either one has a date after March, it
should not show up. If both have dates BEFORE March, it should NOT
show up. Basically, the one that has the latest date in column, that
date should be sometime in March. Any suggestions as to a criteria...
maybe an IF statement of some kind?
have 2 date columns, PDM and Web, and if both have dates in them then
the request is considered CLOSED. The query I need is for all items to
show up that have been closed in a user input date. Ex. If the user
inputs March 2004, all items that HAVE BEEN CLOSED IN MARCH 2004 need
to show up. This means that if PDM has a date in January 2004 and Web
has a date in March 2004, it should show up. If both have dates in
March, it should show up. If either one has a date after March, it
should not show up. If both have dates BEFORE March, it should NOT
show up. Basically, the one that has the latest date in column, that
date should be sometime in March. Any suggestions as to a criteria...
maybe an IF statement of some kind?