J
Joe
I have a form base on a stored procedure where the records are filtered on
three unbound combo boxes (cboAddress, cboDirection, and cboStreetname)
through the Input Parameters property.
cboAddress is based on a view. cboDirection and cboStreetName are based on
stored procedures with parameter variables. How do I pass the proper
parameter values to the stored procedures? cboDirection should be filtered
on the value of cboAddress, and cboStreetName should be filtered on the
values of both cboAddress and cboDirection.
I've poured through my two Access/SQL Server books, the help file, and the
knowledgebase to no avail (one KB article had sample code that didn't work).
Thanks,
Joe
three unbound combo boxes (cboAddress, cboDirection, and cboStreetname)
through the Input Parameters property.
cboAddress is based on a view. cboDirection and cboStreetName are based on
stored procedures with parameter variables. How do I pass the proper
parameter values to the stored procedures? cboDirection should be filtered
on the value of cboAddress, and cboStreetName should be filtered on the
values of both cboAddress and cboDirection.
I've poured through my two Access/SQL Server books, the help file, and the
knowledgebase to no avail (one KB article had sample code that didn't work).
Thanks,
Joe