michellerobinso
Registered User.
- Local time
- Today, 14:35
- 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!
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!