Calendar list box

hansnyc

Registered User.
Local time
Today, 13:19
Joined
Apr 12, 2007
Messages
50
I'd like to have a form that works like a calendar but build like a listbox.
In which my scheduled orders are displayed by date on a calendar format, and where the user can click within a day to select an order, just like in a listbox.
is it possible?
 
you can do the list box thing surely

base it on a query that returns unique values, so you dont get duplicates

then as you click a date requery a sub form based on the selected dateb (list box after update) - you probably would have to exit the list box to achieve this
 

Users who are viewing this thread

Back
Top Bottom