Setup bookmark

S

SF

Hi,

I have two forms, one for display data and one for editing. Both form are
link to ODBC table. I am having difficulty in setting up bookmark


If IsLoaded("frmContactGeneral") Then
dim Mybookmark as variant
Mybookmark =
Forms![frmContactGeneral]![subfrmContactLists].Form.Bookmark
MsgBox Mybookmark
End if

I receive "?" in the msgbox from code above. This mean that there is no
value in the bookmark.

Could someone help?

SF
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top