benjee
Personal Jesus
- Local time
- Today, 11:42
- Joined
- Mar 19, 2003
- Messages
- 53
Hey,
I had a calculating problem with a subform that Rich fixed. The fix that Rich gave me contained 1 list box and when i edited & implemented the code onto my form it worked ace.
However i now want to add another list box, and use its value as another variable in my subtotal. Look at the attachment (amended version of Richs form) to gain a better understanding of the problem but the Subtotal code is : -
=Val([Text2]+[Text4]+[Text6]+[Text8])*[List0].[Column](1)+[Combo13].[Column](1)
When i open the form and try and perform a calculation only values from one list/combo box is being incremented in the subtotal.
any ideas folks
I had a calculating problem with a subform that Rich fixed. The fix that Rich gave me contained 1 list box and when i edited & implemented the code onto my form it worked ace.
However i now want to add another list box, and use its value as another variable in my subtotal. Look at the attachment (amended version of Richs form) to gain a better understanding of the problem but the Subtotal code is : -
=Val([Text2]+[Text4]+[Text6]+[Text8])*[List0].[Column](1)+[Combo13].[Column](1)
When i open the form and try and perform a calculation only values from one list/combo box is being incremented in the subtotal.

any ideas folks