Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations wOOdy-Soft on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Invalid Bookmark

Status
Not open for further replies.

SmileeTiger

Programmer
Mar 13, 2000
200
US
I have been writing some code to work around a Invalid Bookmark error I have been recieving when I access a MS Access database. Does anyone have any idea how to <b>create</b> this error in a database?
 
No. I do know that they can occur if you set the
Code:
option compare
incorrectly at the top of the module that uses the bookmark. Set it to
Code:
option compare text
to trigger the error. However, I don't know how many records a table must have before anything weird happens.

[pc]

Hope this helps
 
How are you accessing it?

Some cursor types are not bookmarkable (Dynamic,ForwardOnly)

[/b][/i][/u]*******************************************************
General remarks:
If this post contains any suggestions for the use or distribution of code, components or files of any sort, it is still your responsibility to assure that you have the proper license and distribution rights to do so!
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top