M
Matthias Reichelsdorfer
Hi,
I have got some problems with parameter queries and how to
bind them to an combo box of a formular.
I've got following querry:
SELECT Tab_Enum.EnumString
FROM Tab_Enum INNER JOIN Tab_String_Param ON
Tab_Enum.ParamID = Tab_String_Param.ParamID
WHERE (((Tab_String_Param.ParamString)=[Param]));
If I enter a value for [param] I get a list of
enumerations.
In the property "Row Source" of the Combo Box I want to
use this querry, so I get all selectable enumerations of
this Combo Box.
Is there any way to deliver the parameter of this query in
the property field?
Thanks
Matthias
I have got some problems with parameter queries and how to
bind them to an combo box of a formular.
I've got following querry:
SELECT Tab_Enum.EnumString
FROM Tab_Enum INNER JOIN Tab_String_Param ON
Tab_Enum.ParamID = Tab_String_Param.ParamID
WHERE (((Tab_String_Param.ParamString)=[Param]));
If I enter a value for [param] I get a list of
enumerations.
In the property "Row Source" of the Combo Box I want to
use this querry, so I get all selectable enumerations of
this Combo Box.
Is there any way to deliver the parameter of this query in
the property field?
Thanks
Matthias