opening the particular record

michellerobinso

Registered User.
Local time
Today, 04:30
Joined
Jun 14, 2006
Messages
47
i am using this code

im rs As Object
DoCmd.OpenForm "frmquery"

Set rs = Forms!frmquery.Recordset.Clone
******rs.FindFirst "RETURNID = " & Me.QuickSearch
Forms!frmquery.Bookmark = rs.Bookmark


the line that i have put ********** wont open the form and i keep getting the error "syntax error".

i cant understand why or what is wrong!
 

Users who are viewing this thread

Back
Top Bottom