RowSource of Combo Dependent another Combo

S

Stu

I have a form with ComboBox1 and ComboBox2. When in Add mode, whatever the
user selects in ComboBox1 changes the SQL rowsource of Box2 using an
AfterUpdate event on Box1. Works fine. But if the form is in Edit mode
suppose the user only wants to change a value in Box2. How do I ensure the
rowsource in Box2 is correct based on the value in Box1 that hasn't changed?
I'm looking for an event, maybe some psuedo code.
 
D

Douglas J. Steele

The Current event fires each time the active row changes. Put your code in
there.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top