I hope it is not bad form to join and immediately ask a question (especially one that appears to be common). I have looked at my code so long today, that I cannot figure out what MS Access/VBA wants. I am apparently missing an operator. Any help is greatly appreciated.
The snippet flagged when I debug is:
The snippet flagged when I debug is:
Code:
rs1.FindFirst ("[ReportType]= & Report_Type" & _
"FROM Report_Status" & _
" WHERE Report_Status.[PI] = '" & PI_Number & "' " & _
"ORDER BY Report_Status.[PI]; ")
Comment