Re: multiple pick from drop-down list
- From: johnrb7865 <johnrb7865@xxxxxxxxxxxxxxxxxxxxxxxxx>
- Date: Wed, 9 Jul 2008 15:07:02 -0700
Hi Rick, wow, small world. We are actually a consultant working on the CADD
systems for the Colorado DOT. These quantity calculation spreadsheets all
feed a printable *** that gets linked to MicroStation so the user can place
it in the standard border and plot with their plan set. If you like I can
send you a copy of one we have done so you could see what we are trying to
get to. As to your suggestions, I don't think the user will have to worry
about overwriting data as these are broken up by discipline. For example, we
have one for drainage with inlets and culverts, etc. and a different one for
bridge and even within disciplines we break them down to surfacing and
guardrail, etc. Each *** will have anywhere from a couple pay items up to
30. Probably not much more than that. Does that help?
Thanks,
John
"Rick Rothstein (MVP - VB)" wrote:
I'm retired now, but I worked 32+ years for in the New Jersey Department of.
Transportation as an engineer in Road Design. Out of curiosity, which DOT
are you with (wouldn't it be cool if you said NJDOT)?
Alright, I'm not 100% sure how I would invoke its appearance yet, but I'm
leaning to suggesting a modeless UserForm (so it can remain visible and
still allow the user to interact with the work***) with a ListBox and
CommandButton on it. The only concern I have with this overall multi-item
selection model is the accidental over-writing of existing data. What if the
user wants to replace 3 items, but accidentally selects 4 items from the
list? Obviously, this is all doable in code, but I think the effort to
control everything might get kind of large... do you warn the user about all
over-writes (even if there are 100 of them)?... do you maintain some kind of
undo buffer?... and so on. These issues don't come up with the single-cell
drop-down model... the user sees what he/she is changing.
Rick
"johnrb7865" <johnrb7865@xxxxxxxxxxxxxxxxxxxxxxxxx> wrote in message
news:931654DD-131A-4BFE-9815-B3E90E3D78BA@xxxxxxxxxxxxxxxx
Hi Rick, we are building a spread*** to handle pay items and quantities
for
a department of transportation. For example, the spread*** has a 10
digit
pay item code, then a description, then a unit (like linear feet of guard
rail or tons of asphalt). We have setup drop-down lists through data
validation that allow the user to pick a single pay item and it will
automatically populate the description and unit and setup the columns to
calculate the quantity based on the unit. Typically we have a drop-down in
the top row and once selected everything is calculated based on that
selection. Now a user wants to be able to select multiple items and have
it
place each one in a cell across the top. Then our formula's will take off
from there. So, obviously the drop-down list we are using to set each pay
item individually won't work. Any other thoughts on how to do this would
be
great.
Thanks,
John
"Rick Rothstein (MVP - VB)" wrote:
Drop-downs do not lend themselves to multiple selections (what should be
shown in the text area when the drop-down is not dropped down? You would
probably be best off using a ListBox (it supports multiple selections).
Can
you give a more detailed description of what you want to do?
Rick
"johnrb7865" <johnrb7865@xxxxxxxxxxxxxxxxxxxxxxxxx> wrote in message
news:DD85C389-6AFC-4BC1-907E-9F60A0336E6F@xxxxxxxxxxxxxxxx
Does anyone know how to setup a drop-down type (or other type) list
where
I
could pick multiple selections from the list and have it populate each
selection in a different cell?
Thanks,
John
- Follow-Ups:
- Re: multiple pick from drop-down list
- From: Rick Rothstein \(MVP - VB\)
- Re: multiple pick from drop-down list
- References:
- Re: multiple pick from drop-down list
- From: Rick Rothstein \(MVP - VB\)
- Re: multiple pick from drop-down list
- From: Rick Rothstein \(MVP - VB\)
- Re: multiple pick from drop-down list
- Prev by Date: Re: Office Excel 2007
- Next by Date: Re: multiple pick from drop-down list
- Previous by thread: Re: multiple pick from drop-down list
- Next by thread: Re: multiple pick from drop-down list
- Index(es):
Loading