J
Johnny Bright
Hi there,
I have a text box called InvTot which adds up a total text box on my report
to a text box on a sub form as follows:
=[Total]+[rptUpgrades_sub].[Report]![txtExtTot]
This works great, however, when I try:
=Sum([rptUpgrades_sub].[Report]![txtGSTTot]), that is a text box on my sub
form, I get a "Parameter Value" error.
To make matters worse, when I try:
=Sum([txtInvTot]) in my report's footer section, again I get the parameter
error. What gives?
Any help is greatly appreciated.
Thanks!
I have a text box called InvTot which adds up a total text box on my report
to a text box on a sub form as follows:
=[Total]+[rptUpgrades_sub].[Report]![txtExtTot]
This works great, however, when I try:
=Sum([rptUpgrades_sub].[Report]![txtGSTTot]), that is a text box on my sub
form, I get a "Parameter Value" error.
To make matters worse, when I try:
=Sum([txtInvTot]) in my report's footer section, again I get the parameter
error. What gives?
Any help is greatly appreciated.
Thanks!