Hi, I have the following code that works fine on my form...except for the first instance that I open the form and click the boolean field check box for which this code is on. Any ideas why this might be?
Dim strBookMark As String
strBookMark = Me.Recordset.Bookmark
Me.Requery
Me.Recordset.Bookmark = strBookMark
Dim strBookMark As String
strBookMark = Me.Recordset.Bookmark
Me.Requery
Me.Recordset.Bookmark = strBookMark