Hi, i'm trying to pass values of two text fields in a form, to a cross query.
The form is under a navigation control forms and i can not get the corret reference.
The controls are on the masReport form (look at the attached image).
I have tried the following:
[Forms]![masNavigazione]![NavigationSubform].[Form]![masReports]![txtDataInizio]
[Forms]![masNavigazione]![NavigationSubform].[Form]![txtDataInizio]
[Forms]![masNavigazione]![NavigationSubform]![masReports].[Form]![txtDataInizio]
[Forms]![masNavigazione]![NavigationSubform].[masReports]![txtDataInizio]
[Forms]![masNavigazione]![masReports]![txtDataInizio]
but none work!
If i use the expression builder, navigate under "loaded forms", and double click on the txtDataInizio control, it writes this:
Forms![masNavigazione]![NavigationSubform]..Scheda![txtDataInizio]
Translated from italian "scheda" is form.
this Navigation control is a real nightmare!
The form is under a navigation control forms and i can not get the corret reference.
The controls are on the masReport form (look at the attached image).
I have tried the following:
[Forms]![masNavigazione]![NavigationSubform].[Form]![masReports]![txtDataInizio]
[Forms]![masNavigazione]![NavigationSubform].[Form]![txtDataInizio]
[Forms]![masNavigazione]![NavigationSubform]![masReports].[Form]![txtDataInizio]
[Forms]![masNavigazione]![NavigationSubform].[masReports]![txtDataInizio]
[Forms]![masNavigazione]![masReports]![txtDataInizio]
but none work!
If i use the expression builder, navigate under "loaded forms", and double click on the txtDataInizio control, it writes this:
Forms![masNavigazione]![NavigationSubform]..Scheda![txtDataInizio]
Translated from italian "scheda" is form.
this Navigation control is a real nightmare!