B
Barry
As in the previous post, I have constructed the queries, referenced the
LastDayInMonth field however I am still struggling with how to report only
the records for the FirstDayMonth entered. If I use any criteria in the
query on the actual ExpenseDate either matching the month or using between
two dates, the query only returns the actual number of records and none of
the records where the dates are empty. So if there are 10 actual days with
data then only those 10 show regardless of the number of days in the month.
I hope that I am stating the problem clearly. The only solution I have come
up with is to keep only one month of data in the table at a time and
"archive" the other data to be retreived later if necessary. Then a solution
for copying records around and temp tables and all that will be necessary.
Any ideas?
Thanks again,
Barry
LastDayInMonth field however I am still struggling with how to report only
the records for the FirstDayMonth entered. If I use any criteria in the
query on the actual ExpenseDate either matching the month or using between
two dates, the query only returns the actual number of records and none of
the records where the dates are empty. So if there are 10 actual days with
data then only those 10 show regardless of the number of days in the month.
I hope that I am stating the problem clearly. The only solution I have come
up with is to keep only one month of data in the table at a time and
"archive" the other data to be retreived later if necessary. Then a solution
for copying records around and temp tables and all that will be necessary.
Any ideas?
Thanks again,
Barry