G
Guest
I have a combo box that displays two columns when it's dropped down. The
box is bound to column 1 and when the box is updated the form moves to a
record where some field on the form matches the box's value.
When the AfterUpdate event occurs, is there some way to capture the value in
column 2 as well? In other words, I want the form to go to a record where
one field matches column 1 and another field matches column 2.
Thanks much for any help with this.
David
box is bound to column 1 and when the box is updated the form moves to a
record where some field on the form matches the box's value.
When the AfterUpdate event occurs, is there some way to capture the value in
column 2 as well? In other words, I want the form to go to a record where
one field matches column 1 and another field matches column 2.
Thanks much for any help with this.
David