Need help designing a scheduler...

imtheodore

Registered User.
Local time
Today, 16:40
Joined
Jan 20, 2007
Messages
74
Does anyone have any ideas on how to set up a daily scheduler?

The only restriction is that there are 20 positions to fill, but the list of possible employees is 50, and as you select employees from a list they must get depleted from that list so that you cannot possible use them twice. The users want drag and drop, but I know this isn't possible. Any other ideas, examples???

Thanks,
Dave
 
Could you use a multiselect list box to select 20 employees, or does each employee need to be put in a specific "slot"?

Sue
 
not quite drag and drop, but you can use the arrows you get when you add fields into a form in the wizard

ie

>> all fields in
> one fields in
< one field out
<< one field in

to do it you need to set a control flag in the table
your button sets/unsets the flag, and queries either select flagged or unflagged items in each list box

so each time you click, set the flag, and requery the list boxes

----------------
manging a maximum number needs a bit more work, but it will look really slick
 

Users who are viewing this thread

Back
Top Bottom