A
Alex
Is it possible to use the same parameter for two different columns in a query?
I have a query that asks the user for the First Day Of The Month, and the Last
Day Of The Month, where the First Day Of The Month criteria is used in one
column, and the Last Day of The Month is used in another column. This seems
rather redundant given that both parameters refer to the same month/year. I'd
like the query to ask for the month and year, calculate the first day and last
day of the month from that, and use these calculated values as the criteria for
the query. I realize that I could accomplish this if I used a form to get to
the data, but I'd much rather do it all from within the query. Is this
possible?
I have a query that asks the user for the First Day Of The Month, and the Last
Day Of The Month, where the First Day Of The Month criteria is used in one
column, and the Last Day of The Month is used in another column. This seems
rather redundant given that both parameters refer to the same month/year. I'd
like the query to ask for the month and year, calculate the first day and last
day of the month from that, and use these calculated values as the criteria for
the query. I realize that I could accomplish this if I used a form to get to
the data, but I'd much rather do it all from within the query. Is this
possible?