N
Nathan
I have a main form named frmUpdateCaseEntry
I have a subform named fromCaseFeatureSubform
I want to use an unbound text box on the Main form to show the number of
records in the SUBFORM where a date field (called FeatureDateClosed) is
populated.
I tried this in my unbound field:
=DCount([FeatureDateClosed],[Forms]![frmupdatecaseentry]![fromCaseFeatureSubform].[Form],Not Null)
I also tried:
=DCount([FeatureDateClosed],[fromCaseFeatureSubform].[Form],Not Null)
Neither worked - I am getting a #Name? error. Any ideas?
I have a subform named fromCaseFeatureSubform
I want to use an unbound text box on the Main form to show the number of
records in the SUBFORM where a date field (called FeatureDateClosed) is
populated.
I tried this in my unbound field:
=DCount([FeatureDateClosed],[Forms]![frmupdatecaseentry]![fromCaseFeatureSubform].[Form],Not Null)
I also tried:
=DCount([FeatureDateClosed],[fromCaseFeatureSubform].[Form],Not Null)
Neither worked - I am getting a #Name? error. Any ideas?