Ok.....will try to keep this brief.
User enters start and end dates onto form (frmJobHours).
Report (rptJobHours) shows records between those dates.
Text box on rptJobHours (called remainingBudget) has a calculated value equaling total budget minus total of expenses in all records on report. This all works fine.
My problem is I want to make this remainingBudget visible only when start date is before date of the first record on the report, and end date is after the date of the last record on the report.
Any ideas how I might do this
Cheers
Gavin
User enters start and end dates onto form (frmJobHours).
Report (rptJobHours) shows records between those dates.
Text box on rptJobHours (called remainingBudget) has a calculated value equaling total budget minus total of expenses in all records on report. This all works fine.
My problem is I want to make this remainingBudget visible only when start date is before date of the first record on the report, and end date is after the date of the last record on the report.
Any ideas how I might do this
Cheers
Gavin