fatbloater
Registered User.
- Local time
- Today, 13:25
- Joined
- Sep 28, 2004
- Messages
- 36
I am having a nightmare! I have a main form; on this form i have 10 sub forms.
Each of these sub forms has the same fields and a button.
I need a module that i can run from this button and will conduct calculations using the fields in the sub form and putting the result into another field on the sub form e.g. field_a = field_b + field_c.
I could do each form separately but then i would be duplicating code, please help!!!
Each of these sub forms has the same fields and a button.
I need a module that i can run from this button and will conduct calculations using the fields in the sub form and putting the result into another field on the sub form e.g. field_a = field_b + field_c.
I could do each form separately but then i would be duplicating code, please help!!!