T
Tom
In a recent post I saw the following:
Me.Recordset.Recordcount
I have tried this and it seems to work in Access97 and AccessXP. I also tried:
Forms!MyForm.form.recordset.recordcount
and that seems to work. However, when I enter either in code, recordset comes up
as I type the code but recordcount does not. Is recordcount a legitimate
property of recordset and is this a reliable way of getting the count of the
records in a recordset?
Thanks for all comments!
Tom
Me.Recordset.Recordcount
I have tried this and it seems to work in Access97 and AccessXP. I also tried:
Forms!MyForm.form.recordset.recordcount
and that seems to work. However, when I enter either in code, recordset comes up
as I type the code but recordcount does not. Is recordcount a legitimate
property of recordset and is this a reliable way of getting the count of the
records in a recordset?
Thanks for all comments!
Tom