I want to add up the values in a couple of text boxes in another textbox. How do I refer to the textboxes?
fields!textbox1.value doesn't work..what does?
Hello,
Try this:
ReportItems!textbox1.Value
Hope this helps.
Jarret
No comments:
Post a Comment