Hi,
i did a search, but i coudnt find a sulotion.
I want to selected a item in a listbox when a form opens.
i tried:
Me.ProjectView.Selected(1) = True
but this locks the listbox, and nothingelse can be selected.
i tried it with Me!ProjectView!Selected(1) = True
this returns an error.
how can i fix it?
i did a search, but i coudnt find a sulotion.
I want to selected a item in a listbox when a form opens.
i tried:
Me.ProjectView.Selected(1) = True
but this locks the listbox, and nothingelse can be selected.
i tried it with Me!ProjectView!Selected(1) = True
this returns an error.
how can i fix it?