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
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