kattzndagz
Technical User
I have a main form with a subform and i am counting the number of records in the subform (it will be the number of invites sent)
The control in my [eventattendsubform] is called [countpeople] and its control source is count(*) This is placed in the footer of my subform
My control in my main form is [NoInvtnSent] and its control source is =[Forms]![eventattendsubform]![countpeople] I used the expression builder to ensure i got all the names correct.
This doesn't work as the it comes up with #Name?
I have also tried the following without success geting #Name?:
=[eventattendsubform].[Form].[RecordsetClone].[RecordCount]
It is probably something simple but i can't see it
can anyone help
thanks
The control in my [eventattendsubform] is called [countpeople] and its control source is count(*) This is placed in the footer of my subform
My control in my main form is [NoInvtnSent] and its control source is =[Forms]![eventattendsubform]![countpeople] I used the expression builder to ensure i got all the names correct.
This doesn't work as the it comes up with #Name?
I have also tried the following without success geting #Name?:
=[eventattendsubform].[Form].[RecordsetClone].[RecordCount]
It is probably something simple but i can't see it
can anyone help
thanks