B
BobV
Group:
I have a report with several calculated unbound textboxes that have formulas
in the Control Source. I need to use the company's beginning of the year
date in some of the unbound textboxes that are located in the Detail section
of the report. The problem is that the beginning of the year date is in a
label that is located in the header of the report, and I can't figure out
how to use it in a formula in an unbound textbox located in the Detail
section.
I want to use the beginning of the year date in an unbound textbox (located
in the Detail section) that has a Control Source with the formula:
=IIF(AcqDate>BegOfYrDate, [intDepreciationAmount],0)
However, when I print the report, the word #Error# prints. How do I convert
the label that is located in the report header into a date that I can use in
formulas in the unbound textboxes on the report?
Thanks,
Bob
I have a report with several calculated unbound textboxes that have formulas
in the Control Source. I need to use the company's beginning of the year
date in some of the unbound textboxes that are located in the Detail section
of the report. The problem is that the beginning of the year date is in a
label that is located in the header of the report, and I can't figure out
how to use it in a formula in an unbound textbox located in the Detail
section.
I want to use the beginning of the year date in an unbound textbox (located
in the Detail section) that has a Control Source with the formula:
=IIF(AcqDate>BegOfYrDate, [intDepreciationAmount],0)
However, when I print the report, the word #Error# prints. How do I convert
the label that is located in the report header into a date that I can use in
formulas in the unbound textboxes on the report?
Thanks,
Bob