kfoxNevada
Programmer
I'm trying to calculate a total from values on a subform. Given the following:
MainForm:
BaseFee=xx (immaterial)
Subform:
Record1 Quantity=2
Record2 Quantity=5
Record3 Quantity=4
When I click a "Calculate" button on the MainForm-- I want to cycle through the Subform records and total the Quantity. I cannot for the life of me figure this out. please help.
MainForm:
BaseFee=xx (immaterial)
Subform:
Record1 Quantity=2
Record2 Quantity=5
Record3 Quantity=4
When I click a "Calculate" button on the MainForm-- I want to cycle through the Subform records and total the Quantity. I cannot for the life of me figure this out. please help.