R
Robert
The fragment of code below generates the following error:
"Runtime error 3159 , Not a valid bookmark"
A recordset in ADO has been declared and followed by this
next code fragment and error happens on the second line.
Rest assure that "strSQL" containes a valid criteria.
rst1Util.Find strSQL
frmAny1.Bookmark = rst1Util.Bookmark
Anyone?
Regards,
Robert
"Runtime error 3159 , Not a valid bookmark"
A recordset in ADO has been declared and followed by this
next code fragment and error happens on the second line.
Rest assure that "strSQL" containes a valid criteria.
rst1Util.Find strSQL
frmAny1.Bookmark = rst1Util.Bookmark
Anyone?
Regards,
Robert