Hi,
I have a form that has a number of controls on it and a subform (displaying a datasheet of the same table used in the main form). I would like to filter the subform with the values I have selected in the controls. I don’t want to have to complete all the controls in order to see the data in the subform.
If I had 10 controls on the form I would like to be able to select values from control1, control4 and control7 and see all the information for these values in the subform.
I’m trying this using a filter but if I leave any of the values blank I see no data in the sub form. Do I have to check the values are not null and adjust the filter to suit or is there some other way?
Any help would be much appreciated.
I have a form that has a number of controls on it and a subform (displaying a datasheet of the same table used in the main form). I would like to filter the subform with the values I have selected in the controls. I don’t want to have to complete all the controls in order to see the data in the subform.
If I had 10 controls on the form I would like to be able to select values from control1, control4 and control7 and see all the information for these values in the subform.
I’m trying this using a filter but if I leave any of the values blank I see no data in the sub form. Do I have to check the values are not null and adjust the filter to suit or is there some other way?
Any help would be much appreciated.