Re: Cascading Combo problem.
- From: chakatheapeman <chakatheapeman.1sla5a@>
- Date: Fri, 22 Jul 2005 22:00:36 +0100
I stumbled on to a poorly documented method for using a cascading combo
boxes in Access. If you define your row sources as Stored Procedures,
the second one taking a parameter for the casqued. If you name the
first control the same as the parameter on the stored procedure it will
automatically use the value of that control. Then the only code you
need to make a well rounded robust set of cascading Combo Boxes is a
requery on the on enter event of the second box.
This allowed me to take gads of goofy code that tried to manage
different usage scenarios. It works well. This is barley mentioned on
the help for row source on the combo box control.
--
chakatheapemanPosted from http://www.pcreview.co.uk/ newsgroup access
.
- Follow-Ups:
- Re: Cascading Combo problem.
- From: Marshall Barton
- Re: Cascading Combo problem.
- From: JohnB
- Re: Cascading Combo problem.
- References:
- Cascading Combo problem.
- From: JohnB
- Cascading Combo problem.
- Prev by Date: Re: Email link to network drive
- Next by Date: Re: Initials
- Previous by thread: Re: Cascading Combo problem.
- Next by thread: Re: Cascading Combo problem.
- Index(es):
Relevant Pages
|