B
Brad Pears
I have a form/subform in a parent-child relationship. Is there a method I
can use to give me the total number of records currently displayed in the
sub-form (the child form)? Currently I am doing a "select" and then getting
the recordcount from the recordset object. Another method I have used is the
dcount function and send it the recordsource property for the form... Is
there an easier way, something like "me.count" or something along those
lines?? ( I actually think the .count method of the .Form object returns
the number of open forms??
Thanks,
Brad
can use to give me the total number of records currently displayed in the
sub-form (the child form)? Currently I am doing a "select" and then getting
the recordcount from the recordset object. Another method I have used is the
dcount function and send it the recordsource property for the form... Is
there an easier way, something like "me.count" or something along those
lines?? ( I actually think the .count method of the .Form object returns
the number of open forms??
Thanks,
Brad