G
Guest
I have used the same VB code for a long time to provide my users with a lookup field that let's them change the current record on a form. Here is that code:
' Find the record that matches the control.
Me.RecordsetClone.FindFirst "[ClientID] = " & Me![Lookup]
Me.Bookmark = Me.RecordsetClone.Bookmark
It's not working now that I've upgraded to Access 2002.
Help!
' Find the record that matches the control.
Me.RecordsetClone.FindFirst "[ClientID] = " & Me![Lookup]
Me.Bookmark = Me.RecordsetClone.Bookmark
It's not working now that I've upgraded to Access 2002.
Help!