P
Pierre de Beer
Good Day
While using a sub form the code that is generated by
access displays this error message. "Object doesn't
support this property or method"
This is the code
Private Sub Combo40_AfterUpdate()
' Find the record that matches the control.
Dim rs As Object
Set rs = Me.Recordset.Clone
rs.FindFirst "[ID] = " & Str(Me![Combo40])
Me.Bookmark = rs.Bookmark
End Sub
I believe this is a active controle problem. What is the
best way to resolve this?
Thank You
Pierre
While using a sub form the code that is generated by
access displays this error message. "Object doesn't
support this property or method"
This is the code
Private Sub Combo40_AfterUpdate()
' Find the record that matches the control.
Dim rs As Object
Set rs = Me.Recordset.Clone
rs.FindFirst "[ID] = " & Str(Me![Combo40])
Me.Bookmark = rs.Bookmark
End Sub
I believe this is a active controle problem. What is the
best way to resolve this?
Thank You
Pierre