R
Res
I have two forms in my project. When the first form is opened you use the
record selectors to choose a record. You click a command button and another
form is opened that contains several combo boxes. These combo boxes need to
be populated via a Stored Procedure / User Defined Function but using a
value from the first form. The Combo box control does not have an Input
Parameter property.
How should I proceed? I ideally want to use Access XP / SQL Server 2000
functionality and not Access VBA code if it can be avoided but if VBA is the
only answer thats fine.
Thanks
record selectors to choose a record. You click a command button and another
form is opened that contains several combo boxes. These combo boxes need to
be populated via a Stored Procedure / User Defined Function but using a
value from the first form. The Combo box control does not have an Input
Parameter property.
How should I proceed? I ideally want to use Access XP / SQL Server 2000
functionality and not Access VBA code if it can be avoided but if VBA is the
only answer thats fine.
Thanks