I am trying to run a report with the following string and I am getting a syntax type error. I believe I am missing quotes or something like that but I can't resolve this.
DoCmd.OpenReport "Time Sheet", acPreview, ,
(("[TimeCardID]=" & [TimeCardID]) _
& ("[Combowkend]=" & [WeekEnding]))
Thanks for the help
Russ
DoCmd.OpenReport "Time Sheet", acPreview, ,
(("[TimeCardID]=" & [TimeCardID]) _
& ("[Combowkend]=" & [WeekEnding]))
Thanks for the help
Russ