M
Max Moor
Hi All,
I have a listbox whose default value is set in code by a line like:
Me!MyListbox.DefaultValue = "MyListbox.[ItemData](" & intCount & ")"
where "intCount" is an index set by a search for the record I want to
view. I use this in a number of places in my code. I have one place where
setting this does not make the listbox scroll to the record I set, though.
Can anyone telkl me why? What conditions have to be met for this piece of
code to scroll the listbox?
- Max
I have a listbox whose default value is set in code by a line like:
Me!MyListbox.DefaultValue = "MyListbox.[ItemData](" & intCount & ")"
where "intCount" is an index set by a search for the record I want to
view. I use this in a number of places in my code. I have one place where
setting this does not make the listbox scroll to the record I set, though.
Can anyone telkl me why? What conditions have to be met for this piece of
code to scroll the listbox?
- Max