benjee
Personal Jesus
- Local time
- Today, 11:54
- Joined
- Mar 19, 2003
- Messages
- 53
HI,
I have a subform that uses unbound controls to calculate a Subtotal from various text boxes and combo boxes.
However i am trying to implement some error trapping because i dont want certain values from each combo box being calculated together.
The basic scenario is ComboBox2 contains values x, y, and z, and ComboBox4 contains values a, b, and c. Now, associated to each value is a cost.
Now if the user selects 'a' and 'x' from each respective combo box thats fine, but some values i don't want to be calculated together i.e 'a' and 'z'. Note: its not that 'a' and 'z' cant be calculated together its just that it wouldnt make sense to the user if they were if you get my drift!
Can anyone help?
I have a subform that uses unbound controls to calculate a Subtotal from various text boxes and combo boxes.
However i am trying to implement some error trapping because i dont want certain values from each combo box being calculated together.
The basic scenario is ComboBox2 contains values x, y, and z, and ComboBox4 contains values a, b, and c. Now, associated to each value is a cost.
Now if the user selects 'a' and 'x' from each respective combo box thats fine, but some values i don't want to be calculated together i.e 'a' and 'z'. Note: its not that 'a' and 'z' cant be calculated together its just that it wouldnt make sense to the user if they were if you get my drift!
Can anyone help?