J
Jadabug
I have a report, "Compounding", containing a text box, "TotalProc", in
the report footer to count all records, it has this control source:
=IIf([HasData],Count([ProcNumber]),0).
I need this calculated number to appear in a text box on a form.
Currently, I have a text box on a form with the following control
source: =[Reports]![Compounding]![TotalProc], but it displays "#Name?".
Any help will be greatly appreciated!
the report footer to count all records, it has this control source:
=IIf([HasData],Count([ProcNumber]),0).
I need this calculated number to appear in a text box on a form.
Currently, I have a text box on a form with the following control
source: =[Reports]![Compounding]![TotalProc], but it displays "#Name?".
Any help will be greatly appreciated!