Hi Rob,
Thank you for your response. I'm not sure I fully understand your solution,
but the why is this: I'm trying to do a visual representation of an "Inbox".
(Using a transparent list box sitting atop an inbox cutaway looking thing
made with simple lines on the form.) Using the "drag-and-drop" coding I
found referenced on this website, I am trying to allow admin to drag from a
"pile" of unassigned items to various staffers inboxes. Further, if a staff
got behind, assignments could be dragged to another's not so full inbox.
(There is A LOT of reassigning that goes on here.) I know there are other
ways to show this with just plain list boxes, summed budgeted hours, etc.,
but this place needs the "simplicity" (and the head partner said, "Hey it'd
be cool if we could just...")
The only way I've imagined it could be done would be to populate the listbox
from a query sorted on an assignment date (newest to oldest) and have the
list box grow or shrink through code (using the height property) upon each
assignment move. Additionally the StaffID field in each assignment record
will have to be updated upon each drag-and-drop. And I'm not even sure you
can drag-and-drop from a query based list box. I guess I need to work on
this some more. To tell the truth though, this type of thing is why I
actually enjoy doing this. I'm not a developer but just come up with
solutions where I work.
Thanks again, Robin