C
CJ
Happy Spring Groupies!!
I am trying to have access open a second form (and find the first occurrence
of a job number) based on what I select on my first form. Unfortunately, I
am getting a syntax error in my code:
Dim rs As DAO.Recordset
Dim strFind As String
Dim JobNumber As String
Set rs = Me.RecordsetClone
strFind = Me.cmbJob
docmd.openform "frmPopEditMLT",acnormal,rs.FindFirst "[JobNumber]=""" &
strFind & """" <syntax error>
I am not very good with code. Can somebody please help me fix this?
I am trying to have access open a second form (and find the first occurrence
of a job number) based on what I select on my first form. Unfortunately, I
am getting a syntax error in my code:
Dim rs As DAO.Recordset
Dim strFind As String
Dim JobNumber As String
Set rs = Me.RecordsetClone
strFind = Me.cmbJob
docmd.openform "frmPopEditMLT",acnormal,rs.FindFirst "[JobNumber]=""" &
strFind & """" <syntax error>
I am not very good with code. Can somebody please help me fix this?