J
JamesJ
I'm using a combo box based on a look-up field to filter the rows displayed
in a list box. At the end of the code for the AfterUpdate of the combo box
I use the following to "select' the first row:
Me!lstTitle.Selected(0) = True
After making a selection in the combo box and the records get filtered
the first row in the list box is highlighted but not selected. By that
I mean the dotted line around the row is not present and I must click on a
row in order to use the up and down arrow keys to move about.
What do I need to add so I don't have to click on a list box row in order to
use
the up and down arrow keys?
Also, if you might indulge me. I want to try my luck at using the List View
control
to display my data and was wondering if there was a web site you might point
me to
that deals with List View control and beginners?
I haven't had much luck with it in the past but I'm currently laid off and
have much
free time.
Thanks,
James.
in a list box. At the end of the code for the AfterUpdate of the combo box
I use the following to "select' the first row:
Me!lstTitle.Selected(0) = True
After making a selection in the combo box and the records get filtered
the first row in the list box is highlighted but not selected. By that
I mean the dotted line around the row is not present and I must click on a
row in order to use the up and down arrow keys to move about.
What do I need to add so I don't have to click on a list box row in order to
use
the up and down arrow keys?
Also, if you might indulge me. I want to try my luck at using the List View
control
to display my data and was wondering if there was a web site you might point
me to
that deals with List View control and beginners?
I haven't had much luck with it in the past but I'm currently laid off and
have much
free time.
Thanks,
James.