T
Tom Ventouris
I have a combo box Combo1 popluated from a number of queries based on a
selction in another Combo@.
I am using this to run reports filter by the value in Combo1. In some cases,
I need to run reports filtered by the value in the second column of Combo2.
Here's my code:
DoCmd.OpenReport "rptReport", acViewPreview, "",
"[Field1]=[Forms]![FormName]![Combo1].Column (1)", acNormal
I get Runtime Error 3085 - Undefined Function
I suspect my problem is in [Combo1].Column(1)
Any help?
selction in another Combo@.
I am using this to run reports filter by the value in Combo1. In some cases,
I need to run reports filtered by the value in the second column of Combo2.
Here's my code:
DoCmd.OpenReport "rptReport", acViewPreview, "",
"[Field1]=[Forms]![FormName]![Combo1].Column (1)", acNormal
I get Runtime Error 3085 - Undefined Function
I suspect my problem is in [Combo1].Column(1)
Any help?