I know this must be simple, but I am totally stuck. TIA...
If I try to enter the following as a criteria of a query:
[Forms]![frmMetricsReports]![tab1].Pages(tab1).name
I get the following error:
The expression you entered has an invalid . (dot) or ! operator or invalid parenthesis.
You may have entered an invalid identifier or typed parenthesis following th enull constant
The statement is a valid VBA statement in my code, but returns the aforementioned error as a criteria in my query.
What I am trying to accomplish is this: The criteria is supposed to be the name of active page of tab1, where tab1 is a tab control
If I try to enter the following as a criteria of a query:
[Forms]![frmMetricsReports]![tab1].Pages(tab1).name
I get the following error:
The expression you entered has an invalid . (dot) or ! operator or invalid parenthesis.
You may have entered an invalid identifier or typed parenthesis following th enull constant
The statement is a valid VBA statement in my code, but returns the aforementioned error as a criteria in my query.
What I am trying to accomplish is this: The criteria is supposed to be the name of active page of tab1, where tab1 is a tab control