D
Drew
I have a report that when it is run, it pops up a form for some values, and
then takes those values and displays them on the report. The report is for
Comp Accruals and takes two values, Reason and Date. This report is run
after holidays and inclement weather days, and since there can be more than
one day on the report, I need to account for this. On my report I have 5
columns, Name, SSN, Date1, Date2, Date3.
If there is one day that needs to be displayed, that is no problem. But, if
there are two days, like 12/12/2005 and 12/13/2005, I need some way to do
this. I have added 2 checkboxes and 2 textboxes to my form, so if there are
2 days, the user checks the checkbox and fills in the date. How can I tell
the report to make the date visible and display the date entered if the
checkbox is checked?
Also, is there a way to "gray out" the second date box if there isn't a
check in the checkbox?
Thanks,
Drew
then takes those values and displays them on the report. The report is for
Comp Accruals and takes two values, Reason and Date. This report is run
after holidays and inclement weather days, and since there can be more than
one day on the report, I need to account for this. On my report I have 5
columns, Name, SSN, Date1, Date2, Date3.
If there is one day that needs to be displayed, that is no problem. But, if
there are two days, like 12/12/2005 and 12/13/2005, I need some way to do
this. I have added 2 checkboxes and 2 textboxes to my form, so if there are
2 days, the user checks the checkbox and fills in the date. How can I tell
the report to make the date visible and display the date entered if the
checkbox is checked?
Also, is there a way to "gray out" the second date box if there isn't a
check in the checkbox?
Thanks,
Drew