M
Max Moor
Hi All,
I have a subform displaying a bunch of records, and I want to display
how many there are. Saying:
fsubName.Count
doesn't work. I've also tried:
fsubName.Form.Count
but it returns the number of controls on the subform. (I think I know
why... maybe) How do I get at the number of records?
I have a subform displaying a bunch of records, and I want to display
how many there are. Saying:
fsubName.Count
doesn't work. I've also tried:
fsubName.Form.Count
but it returns the number of controls on the subform. (I think I know
why... maybe) How do I get at the number of records?