G
Guest
I have a form which kicks off a query. The form has a combox where the names
are listed. I have the key hidden in the combox by setting its width to 0. I
want to reference that key (ID) in my criteria in my query and I tried adding
".Column(0)" as in [form].[formname].[comboxname].Column(0). This works in my
VB code when I msgbox it but when I used that in building the criteria for
the query, I get a message saying it is an undefined function.
Any clue, help or lead is appreciated.
are listed. I have the key hidden in the combox by setting its width to 0. I
want to reference that key (ID) in my criteria in my query and I tried adding
".Column(0)" as in [form].[formname].[comboxname].Column(0). This works in my
VB code when I msgbox it but when I used that in building the criteria for
the query, I get a message saying it is an undefined function.
Any clue, help or lead is appreciated.