accessman2
Registered User.
- Local time
- Yesterday, 23:56
- Joined
- Sep 15, 2005
- Messages
- 335
Hi,
I create the report, I place the subform on the Report header, and place the regular source attached the report, I make the textbox on the Report footer, and I put
=Forms![Invoices]!Amount - Sum([DiscountAmount])
on the Control Source of the textbox
Forms![Invoices]!Amount doesn't work. How do I present that value?
I create the report, I place the subform on the Report header, and place the regular source attached the report, I make the textbox on the Report footer, and I put
=Forms![Invoices]!Amount - Sum([DiscountAmount])
on the Control Source of the textbox
Forms![Invoices]!Amount doesn't work. How do I present that value?