B
BrianPaul
Try to post the question more efficient this time.
I have a listbox on a form that has for example the following dates:
Jan 1
jan 3
jan 5
jan 7
When I select one of these days for example Jan 3. another listbox opens and
lists all appointments for that day.
Question: If today was january ,6 (I have no Jan 6 in the above example) I
want to be able to open the form and set the focus to the listbox and
highlight Jan 7 since its the next date. I tried to use <Date() and it
erased all the listbox entries prior to todays date. Can it be Done? and how?
Thanks.
I have a listbox on a form that has for example the following dates:
Jan 1
jan 3
jan 5
jan 7
When I select one of these days for example Jan 3. another listbox opens and
lists all appointments for that day.
Question: If today was january ,6 (I have no Jan 6 in the above example) I
want to be able to open the form and set the focus to the listbox and
highlight Jan 7 since its the next date. I tried to use <Date() and it
erased all the listbox entries prior to todays date. Can it be Done? and how?
Thanks.