C
Cuda
I'm receiving a "Syntax error in string in query expression
'(ProjectNo=MC-6100") for the following:
Dim stDocName As String
Dim strCurrent As String
strCurrent = Me!ProjectNo & Chr(34)
stDocName = "Project Information"
DoCmd.OpenReport stDocName, acPreview, WhereCondition:="ProjectNo=" &
strCurrent
The project number is MC-6100
'(ProjectNo=MC-6100") for the following:
Dim stDocName As String
Dim strCurrent As String
strCurrent = Me!ProjectNo & Chr(34)
stDocName = "Project Information"
DoCmd.OpenReport stDocName, acPreview, WhereCondition:="ProjectNo=" &
strCurrent
The project number is MC-6100