B
BrianPaul
I have a List box that contains dates of transactions. for example the view
of the listbox as follows.
Jan 1
jan 5
Jan 7
I use this listbox to cascade my appointments to another listbox so its
unbound. If today was jan 2 could I have the listbox automatically select
Jan 5 when I open the form. I probebly guessing I would have to set the
focus to the control box on the form open event. However, what would the code
be to automatically highlight is what I would like but I would also like to
know for future reference also to select the next available date. In this
example it would be Jan 5. Thanks.
of the listbox as follows.
Jan 1
jan 5
Jan 7
I use this listbox to cascade my appointments to another listbox so its
unbound. If today was jan 2 could I have the listbox automatically select
Jan 5 when I open the form. I probebly guessing I would have to set the
focus to the control box on the form open event. However, what would the code
be to automatically highlight is what I would like but I would also like to
know for future reference also to select the next available date. In this
example it would be Jan 5. Thanks.