Hello i have a search form to open up a continuous form.
my search form has 1 combo box. cboplantnum.
my continuous form has 2 fields [PlantNum], [cbosubUtilityType]
I would like to filter the form using a WHERE function.
I would like to filter by cboplantnum on the search form AND also filter by the value of 1 for cboSubUtilityType which is on the continuous form.
the value of 1 is the first record in my combobox from tblSubUtilityType.
my search form has 1 combo box. cboplantnum.
my continuous form has 2 fields [PlantNum], [cbosubUtilityType]
I would like to filter the form using a WHERE function.
I would like to filter by cboplantnum on the search form AND also filter by the value of 1 for cboSubUtilityType which is on the continuous form.
the value of 1 is the first record in my combobox from tblSubUtilityType.