Les Isaacs
Registered User.
- Local time
- Today, 01:46
- Joined
- May 6, 2008
- Messages
- 186
Hi All
I have:
Dim rstS As DAO.Recordset
Dim NumberToDo As Integer
Set rstS = CurrentDb.OpenRecordset("select * from [qry bulletin recipients]")
NumberToDo = rstS.RecordCount
The problem is that [qry bulletin recipients] returns 4 records (on my test data) but rstS.RecordCount seems to evaluate to 8!
What's wrong? Hope someone can help.
Many thanks
Les
I have:
Dim rstS As DAO.Recordset
Dim NumberToDo As Integer
Set rstS = CurrentDb.OpenRecordset("select * from [qry bulletin recipients]")
NumberToDo = rstS.RecordCount
The problem is that [qry bulletin recipients] returns 4 records (on my test data) but rstS.RecordCount seems to evaluate to 8!
What's wrong? Hope someone can help.
Many thanks
Les