B
bryan
This is a template -
I want to be able to add rows to a table (7 colums).
Below is example of table:
Each <> is a form field
The Net1 is a formula of GAmt1 - (GAmt1 * Rate1)
By clicking the macroButton field <insert row above> a new row would be
added above and the form fields to be named 'Pol2' , 'Name2', etc.
Net2 would be formula same as for Net1.
Next added row would have 'Pol3', Name3', etc.
The field after the text 'Total' be a formula of adding the Net Amounts
(Net1 + Net2 + .....) for as many rows that are added.
Also would like the macroButton to be hidden so it does not save or print.
______________________________________________________________
|<Pol1> | <Name1>| <Desc1>| <Date1>| <GAmt1>| <Rate1> | <Net1> |
______________________________________________________________
| 'insert row above' Total:
| <TNet> |
______________________________________________________________
Thanks in advance for your help,
Bryan
I want to be able to add rows to a table (7 colums).
Below is example of table:
Each <> is a form field
The Net1 is a formula of GAmt1 - (GAmt1 * Rate1)
By clicking the macroButton field <insert row above> a new row would be
added above and the form fields to be named 'Pol2' , 'Name2', etc.
Net2 would be formula same as for Net1.
Next added row would have 'Pol3', Name3', etc.
The field after the text 'Total' be a formula of adding the Net Amounts
(Net1 + Net2 + .....) for as many rows that are added.
Also would like the macroButton to be hidden so it does not save or print.
______________________________________________________________
|<Pol1> | <Name1>| <Desc1>| <Date1>| <GAmt1>| <Rate1> | <Net1> |
______________________________________________________________
| 'insert row above' Total:
| <TNet> |
______________________________________________________________
Thanks in advance for your help,
Bryan