Hi,
The following code work well untill I convert my backend to SQL Server
(2005).
Dim Mybookmark As Variant
If IsLoaded("frmContactGeneral") Then
Mybookmark =
Forms![frmContactGeneral]![subfrmContactLists].Form.Bookmark
Forms![frmContactGeneral]![subfrmContactLists].Form.Requery
Forms![frmContactGeneral]![subfrmContactLists].Form.Bookmark =
Mybookmark >>>>> Error found here
End If
SF