Hi all,
I have a quick question about filtering the items on a form by a control in a subform. I am attempting to use a macro (represented by a button on the form) to achieve this but keep getting an error message which states that the "action requires a valid control name that corresponds to a subform or subreport".
My control name is set up in the following format:
[Forms]![ParentFormName]![SubFormName].[Form]![SubFormControl]
Has anyone encountered this problem before?
I have a quick question about filtering the items on a form by a control in a subform. I am attempting to use a macro (represented by a button on the form) to achieve this but keep getting an error message which states that the "action requires a valid control name that corresponds to a subform or subreport".
My control name is set up in the following format:
[Forms]![ParentFormName]![SubFormName].[Form]![SubFormControl]
Has anyone encountered this problem before?