A
Alicia
Year([SalesDate]) = Year(Now()) And Month([SalesDate]) = Month(Now()).
I have several dates in one query. I would like to be able to make a
query the only showed the dates that expired in this month but when I
put the expression above in my query accross the board it requires
that all fields have to meet the criteria.
Pull each date in one query of my table and it works. I would just
like to be able to pull all my results into one report. I don't know
what to do. I have tried building relationships but I can't because
the queries are from the same table.
I have several dates in one query. I would like to be able to make a
query the only showed the dates that expired in this month but when I
put the expression above in my query accross the board it requires
that all fields have to meet the criteria.
Pull each date in one query of my table and it works. I would just
like to be able to pull all my results into one report. I don't know
what to do. I have tried building relationships but I can't because
the queries are from the same table.