G
George Hester
Anyone know why this is and what can be done about it. Here is how I am
doing it for a Recordset (ADO) rt.
Set rtClone = rt.Clone
'I put rtClone to the record I want. How that is done wouldn't make sense
here but this is it
rtClone.Move v((i + 1)), 1
sBookmark = rtClone.Bookmark
rt.Bookmark = sBookmark
That's it. When the recordset rt goes to the bookmark it loses its
maxrecordcount. It becomes -1. This is ADO 2.7 in a DAP Access 2000.
doing it for a Recordset (ADO) rt.
Set rtClone = rt.Clone
'I put rtClone to the record I want. How that is done wouldn't make sense
here but this is it
rtClone.Move v((i + 1)), 1
sBookmark = rtClone.Bookmark
rt.Bookmark = sBookmark
That's it. When the recordset rt goes to the bookmark it loses its
maxrecordcount. It becomes -1. This is ADO 2.7 in a DAP Access 2000.