I've create a form with 2 combo box.In this form i use only one table. And i set :
in the combox1 valid method i write :
The problem is when i click on the combo2 or combo3, an error message come out..
THISFORM can only be use within a method
Can any one help me ?
Code:
combobox.rowsource = cAlias.FieldA
combobox.rowsourceType = 6
in the combox1 valid method i write :
Code:
SELE cAlias
SET FILTER TO cAlias.Fielda = thisform.combo1.value
The problem is when i click on the combo2 or combo3, an error message come out..
THISFORM can only be use within a method
Can any one help me ?