View Full Version : opening the particular record


michellerobinso
07-20-2006, 06:50 AM
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!