Hi All,
I have 3 choices in an option group. When the user chooses option1 I want the items in a listbox (next to the option group) filtered accordingly.
It doesn't seem to 'filter" the items properly. I have in my "click" procedure:
CASE THISFORM.optiongroup1.VALUE=3 AND THISFORM.text11.VALUE="RES"
SET FILTER TO SUBSTR(servspeed.typnspeed,1,3)="RES"
please help.
thanks,
I have 3 choices in an option group. When the user chooses option1 I want the items in a listbox (next to the option group) filtered accordingly.
It doesn't seem to 'filter" the items properly. I have in my "click" procedure:
CASE THISFORM.optiongroup1.VALUE=3 AND THISFORM.text11.VALUE="RES"
SET FILTER TO SUBSTR(servspeed.typnspeed,1,3)="RES"
please help.
thanks,