I'm getting an Error 3021 Exception in an Access2003 VBA Module
the following code is throwing it;
Private Sub Combo27_AfterUpdate()
' Find the record that matches the control.
Dim rs As Object
Set rs = Me.Recordset.Clone
rs.FindFirst "[ID] = " & Str(Me![Combo27])
Me.Bookmark = rs.Bookmark 'This causes the exception
End Sub
I have not used Access or VBA in a long time I sort of inherited this problem, Any ideas appreciated!
Thanks,
MeonR
"The beatings will continue until morale improves
the following code is throwing it;
Private Sub Combo27_AfterUpdate()
' Find the record that matches the control.
Dim rs As Object
Set rs = Me.Recordset.Clone
rs.FindFirst "[ID] = " & Str(Me![Combo27])
Me.Bookmark = rs.Bookmark 'This causes the exception
End Sub
I have not used Access or VBA in a long time I sort of inherited this problem, Any ideas appreciated!
Thanks,
MeonR
"The beatings will continue until morale improves