Kevin Field
Registered User.
- Local time
- Today, 00:43
- Joined
- May 26, 2010
- Messages
- 35
Hi all,
Is it possible to sub text boxes on a form?
Basically, i have a purchase orders form and the sub total of each item is displayed at the end of the row. Obviously this is the item price X the quantity.
However, i have a grand total text box as well which needs to be populated. Ive thought this through and though its easy just to code it as [total1]+[total2] etc what happens if there is just one item to order? It wont show.
I either needs to work out a way of adding them all up (regardless of how many items) or a expression to let me include just the first item if there is only one on the purchase order.
Hope this is clear...
HELP!
Is it possible to sub text boxes on a form?
Basically, i have a purchase orders form and the sub total of each item is displayed at the end of the row. Obviously this is the item price X the quantity.
However, i have a grand total text box as well which needs to be populated. Ive thought this through and though its easy just to code it as [total1]+[total2] etc what happens if there is just one item to order? It wont show.
I either needs to work out a way of adding them all up (regardless of how many items) or a expression to let me include just the first item if there is only one on the purchase order.
Hope this is clear...
HELP!