G
GaryS
I am trying to use the first value out of a 2-column combo
box in the WHERE clause of a Make Table query:
. . . WHERE (((qss1LabelsToPrint.GardenID)=[Forms]!
[frmLabelPrinting: Select Garden]!
[comboSelectGarden].Column(0)));
When it runs, I get an Undefined Function error pointing
to the Column( part of the expression.
Is this only a syntax error? If so, what would be correct?
Or am I barking up the wrong tree in this approach? I'm
using a macro to execute this query via an OpenQuery
action; the macro is invoked in the After Update event for
the combo box.
(It seems that every time I try something new out, good
ol' Access slams me again! <whimper>)
box in the WHERE clause of a Make Table query:
. . . WHERE (((qss1LabelsToPrint.GardenID)=[Forms]!
[frmLabelPrinting: Select Garden]!
[comboSelectGarden].Column(0)));
When it runs, I get an Undefined Function error pointing
to the Column( part of the expression.
Is this only a syntax error? If so, what would be correct?
Or am I barking up the wrong tree in this approach? I'm
using a macro to execute this query via an OpenQuery
action; the macro is invoked in the After Update event for
the combo box.
(It seems that every time I try something new out, good
ol' Access slams me again! <whimper>)