renepaulin
Technical User
Hi all,
Can someone help with this? I get an expected expression error.
Thanks
Can someone help with this? I get an expected expression error.
Code:
DoCmd.OpenReport cboReport.Column(1), acViewDesign
Reports(cboReport.Column(1)).lblTitle.Caption = _
"string " & _
"string" & cboMonth & "/01/" & cboYear.Column(1) & "string" _
& cboMonthEnd & "/31/" & cboYearEnd.Column(1) &