Hello all: I am getting a ‘3077 Syntax error in string in expression’ using the code below. This is in a report and it happens about 1/3 of the way into the report, which means about 300 or so records pass through this. Any suggestions?? Thanks in advance.
rst.FindFirst “[rptMonth] = #” _
& RepDate & “# and [ProductName] = ‘” _
& Me![ProductName] & “‘”