D
dch3
Here's the deal,
I've buildt my own custom wizard. On one of the pages, I have a list box
that controls the record source for a subform on the page. The idea is that
as the user selects different values in the list box, the subform displays
the relevant values. (i.e. selecting MANAGERS displays the managers). *THIS
PART IS WORKING*
The list box defaults to the first value in the list via a DLookup. The
problem that I have is that sometimes when you click from the Default to a
New Value, the selection changes, but the value of the list box doesn't.
(Confirmed by placing a text box with .ControlSource = lstBox). Typically, if
you click different values once or twice the value will begin to change at
which point the list box functions as expected.
Any ideas? I'm stumpified.
I've buildt my own custom wizard. On one of the pages, I have a list box
that controls the record source for a subform on the page. The idea is that
as the user selects different values in the list box, the subform displays
the relevant values. (i.e. selecting MANAGERS displays the managers). *THIS
PART IS WORKING*
The list box defaults to the first value in the list via a DLookup. The
problem that I have is that sometimes when you click from the Default to a
New Value, the selection changes, but the value of the list box doesn't.
(Confirmed by placing a text box with .ControlSource = lstBox). Typically, if
you click different values once or twice the value will begin to change at
which point the list box functions as expected.
Any ideas? I'm stumpified.