C
Chip
Hey everyone...
Struggling with some syntax here. I'm trying to Count records in a
subform. I have a textbox and have set it equal to many variations of
the following...
=[qryStudents subform1].[Form]![ID].[Form].[RecordsetClone].
[RecordCount]
Most of the examples I've seen of this take the form of
nameofsubformcontrol.Form.RecordsetClone.RecordCount
What I'm having trouble with is, my subform control's name is
qryStudents subform1. The field I'm trying is the ID field. How
would I combine that into one line, so teh syntax above would work?
Any ideas?
chip
Struggling with some syntax here. I'm trying to Count records in a
subform. I have a textbox and have set it equal to many variations of
the following...
=[qryStudents subform1].[Form]![ID].[Form].[RecordsetClone].
[RecordCount]
Most of the examples I've seen of this take the form of
nameofsubformcontrol.Form.RecordsetClone.RecordCount
What I'm having trouble with is, my subform control's name is
qryStudents subform1. The field I'm trying is the ID field. How
would I combine that into one line, so teh syntax above would work?
Any ideas?
chip