belovedcej
Programmer
I have the following line in my VBA, attempting to open a recordset. I am getting a server syntax error near ",".
Does the error happen to jump out at anyone?
Does the error happen to jump out at anyone?
Code:
CurrentProject.Connection.Execute ("ReportName
(" & longVariable & ", '" & dateVariable & "', '" & dateVariable & "')")