K
Knick
I am getting an error when I run this function; at line 2 I am getting an
Error #3077 missing operator in expression. Since I am new to VBA programming
I wanted to get some help with it, can anyone point out the syntax error in
this ?
1 function New()
2 Set y = db.openrecordset("table", DB_OPEN_DYNASET)
3 y.FindFirst "fieldName " & Globalvariable & " "
4 rstshDM.Close
5 End Function
Thanks in Advance
Knick
Error #3077 missing operator in expression. Since I am new to VBA programming
I wanted to get some help with it, can anyone point out the syntax error in
this ?
1 function New()
2 Set y = db.openrecordset("table", DB_OPEN_DYNASET)
3 y.FindFirst "fieldName " & Globalvariable & " "
4 rstshDM.Close
5 End Function
Thanks in Advance
Knick