M
Mike
Hello,
I have a listbox that when the form opens, it selects the
first item on the list:
Me!lstProductCategory.Selected(0) = True
When the form loads the first item in the list is being
selected (highlighted). However, when I look at the value
its NULL. If I click on the list then the proper value is
displayed. How do I have the listbox select the first item
in the listbox and have the proper value?
Thanks
I have a listbox that when the form opens, it selects the
first item on the list:
Me!lstProductCategory.Selected(0) = True
When the form loads the first item in the list is being
selected (highlighted). However, when I look at the value
its NULL. If I click on the list then the proper value is
displayed. How do I have the listbox select the first item
in the listbox and have the proper value?
Thanks