I have a report which includes 2 columns of dates and I am trying to View and then Print a Report showing just a range of dates from this field.
I have table which includes the 2 columns - 1....ExpiryDate
2...ReferBackDate
The ReferBackDate is a calculation of ...ExpiryDate-180
However I could not see how to make this calculation in the table, so as there is a form for this table I did the calculation in the form, thinking that it would update the table- but it didn't.
When it came to running a report I put the calculation in the ReferBackDate field in the report so that the report would include these dates.
However I need to run a report based on a date range from this report.
I also have a query based on the table, in which I thought I could put the 'Between.....' criteria, but obviously as there are no dates in the table for this field- it is useless.
Can anyone PLEASE help?
I have table which includes the 2 columns - 1....ExpiryDate
2...ReferBackDate
The ReferBackDate is a calculation of ...ExpiryDate-180
However I could not see how to make this calculation in the table, so as there is a form for this table I did the calculation in the form, thinking that it would update the table- but it didn't.
When it came to running a report I put the calculation in the ReferBackDate field in the report so that the report would include these dates.
However I need to run a report based on a date range from this report.
I also have a query based on the table, in which I thought I could put the 'Between.....' criteria, but obviously as there are no dates in the table for this field- it is useless.
Can anyone PLEASE help?