A
alex
Hello,
I have 3 unbound listboxes on a form that also contains a subform.
I am trying to change the value in one of the listboxes after the
subform updates. I can't seem to do it, however.
For example:
lstBox1 value is 'A'
Once the subform is updated/saved, I want the value of lstBox1 to
become 'B' . (what I'm trying to do is always have listBox1 default
to 'B' after a record is entered, even if the user selects 'A').
I've tried setting the focus back to the main form first, then
changing the value...no luck.
any thought?
alex
I have 3 unbound listboxes on a form that also contains a subform.
I am trying to change the value in one of the listboxes after the
subform updates. I can't seem to do it, however.
For example:
lstBox1 value is 'A'
Once the subform is updated/saved, I want the value of lstBox1 to
become 'B' . (what I'm trying to do is always have listBox1 default
to 'B' after a record is entered, even if the user selects 'A').
I've tried setting the focus back to the main form first, then
changing the value...no luck.
any thought?
alex