crisis2007
Technical User
Hello -
Just looking for some help on a little problem. I have a listbox that is populated with dates. When the form containing the listbox is opened, I want the listbox to be defaulted to today's date. I sort of accomplished this by using the following in the Load Event of the form:
Me.List4.Value = Date
However this only highlights today's date. It would appear to the user that the date is actually selected when it is not and thus requiring the user to actually have to still click on it (unless they wish to choose another date in the list). I looked around and cannot find a solution to what seems to be a simple problem.
Just looking for some help on a little problem. I have a listbox that is populated with dates. When the form containing the listbox is opened, I want the listbox to be defaulted to today's date. I sort of accomplished this by using the following in the Load Event of the form:
Me.List4.Value = Date
However this only highlights today's date. It would appear to the user that the date is actually selected when it is not and thus requiring the user to actually have to still click on it (unless they wish to choose another date in the list). I looked around and cannot find a solution to what seems to be a simple problem.