My Problem

rmacleod

Registered User.
Local time
Today, 06:18
Joined
Apr 7, 2004
Messages
21
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?
 

Users who are viewing this thread

Back
Top Bottom