Is there a way to declare a control source as a variable?
I have a report filter like this:
DoCmd.OpenReport "report", acViewReport, , [site1] = "open"
I want [site1] , which is a control source, to change to [site2], [site3], [site4], depending on a value chosen in a combo box.
Thanks!