D
DS
I heard or saw a rumour that everytime you open a recordset it bloats
your database is this true?
Private Sub List52_AfterUpdate()
Me.RecordsetClone.FindFirst "[LineId] = " & Me![List52].Column(0) & "
And [ItemID] = " & Me![List52].Column(1) & ""
Me.Bookmark = Me.RecordsetClone.Bookmark
End Sub
For instance, the above statement,would that cause bloating. If so how
do you fix it, or stop the bloating?
Thanks
DS
your database is this true?
Private Sub List52_AfterUpdate()
Me.RecordsetClone.FindFirst "[LineId] = " & Me![List52].Column(0) & "
And [ItemID] = " & Me![List52].Column(1) & ""
Me.Bookmark = Me.RecordsetClone.Bookmark
End Sub
For instance, the above statement,would that cause bloating. If so how
do you fix it, or stop the bloating?
Thanks
DS