I have 2 list boxes that each contain the total of a query.
I have another Text Box that is set to = List1/list2
Inorder for the Calculation to work in the text box I have to actually click on the two List boxes to select their values.
I have tried using this code to to automatically sellect the values in the two list boxes:
Me.numpagers.Selected(0) = True
Me.numcost.Selected(0) = True
This works to select them..but I still have to click on them for the Calculation to work in the text box.
Any Idea's?
I have another Text Box that is set to = List1/list2
Inorder for the Calculation to work in the text box I have to actually click on the two List boxes to select their values.
I have tried using this code to to automatically sellect the values in the two list boxes:
Me.numpagers.Selected(0) = True
Me.numcost.Selected(0) = True
This works to select them..but I still have to click on them for the Calculation to work in the text box.
Any Idea's?