Selecting value in GroupFilter field programmatically

E

e

I am trying to programatically select an option from a drop down list on a
data access page. The dropdown list is a group filter control. I can get
the value of the group filter field to show what I want it to, but the option
never seems to actually get seleted from the list.

Example:
-> GroupedBillingArea.value = "Hospitalists"
-> GroupedBillingArea(2).selected = true

Either of the above will give me the result I want ("Hospitalists" as the
displayed in the GroupedBillingArea field) BUT....even though "Hospitalists"
is displayed, I still need to manually pick "hospitalists" from the drop down
list before my records populate.

Can anyone steer me right on this one?

1,000,000 Thanks
 
Top