I have a subform reference returning Null where the textbox has a value in it. The code I am using is:
End Date: [Forms]![ReportCentre]![NavigationSubform].[Form]![txtEndDate]
This is in a tabbed control, but I could not find the .Pages property referred to in a similar question.
The subform being referenced is [LODForm], and the tab control (page area) is [NavigationSubform]
Why is this returning Null?