Thanks for your response.
The filters-on-the-fly piece was probably a red herring, though I appreciate
your advice on how to handle it.
My real question is what the best way is to get a fair amount of data, in
multiple fields, to show up and allow the user to select the records they
want to deal with (perhaps selecting as many as 50-100 from a list of 250. A
Drop down list with multiple-select does not seem ideal to me. I would
prefer some way to let the user scan down a list of records and check a
yes/no box for on the ones that they like.
I wonder why I don't see more examples of things like this. Am I looking in
the wrong place? Calling it the wrong thing? Or does Access really not
allow this?
=?Utf-8?B?ci4gaG93ZWxs?= <rhowell@discussions.microsoft.com> wrote in
news:01BAEE47-9B84-4064-ABE1-F84307FAE697@microsoft.com:
> My real question is what the best way is to get a fair amount of data,
> in multiple fields, to show up and allow the user to select the
> records they want to deal with (perhaps selecting as many as 50-100
> from a list of 250. A Drop down list with multiple-select does not
> seem ideal to me. I would prefer some way to let the user scan down a
> list of records and check a yes/no box for on the ones that they like.
I hate to say this, but this sounds like a case of More Analysis Needed.
When you really get down to business cases, the things needed should be
identifiable. Actual information flows, dependencies, business processes
can be mapped individually and the appropriate support devised. For my
money, it's not really on for the designer to turn back to the client and
say, "here's the data, just learn SQL" although that is, by definition,
the most 'flexible' approach. IME that word, "flexible" in a requirements
analysis just means "I haven't had time to work through this yet".
Unless, of course, you are intending to build a database programming
platform... Have you introduced your users to MS Query?
> I wonder why I don't see more examples of things like this. Am I
> looking in the wrong place? Calling it the wrong thing? Or does
> Access really not allow this?
Access will allow virtually anything you want to do: the problem is not
the platform. You don't see many examples like this because they don't
succeed. The ones you see working (it's a bit Darwinian this) are the
ones that have been correctly systems-analysed, the problems identified
and solution achieved. That means specific tools to accomplish specific
business goals.
Sorry!
B Wishes
Tim F
r. howell - 28 Jun 2005 18:29 GMT
> =?Utf-8?B?ci4gaG93ZWxs?= <rhowell@discussions.microsoft.com> wrote in
> news:01BAEE47-9B84-4064-ABE1-F84307FAE697@microsoft.com:
[quoted text clipped - 14 lines]
> the most 'flexible' approach. IME that word, "flexible" in a requirements
> analysis just means "I haven't had time to work through this yet".
Thanks. (and with help from both of you, I think I've got this working, and
I'll teach them how to use "filter by form")
i'm not exactly a professional database designer working for a client. I'm
a secretary/theology student desperately trying to figure out how to make
this work for my firm, when they aren't quite ready to invest the time to do
the analysis and move it from one person who flies by the seat of her pants
and a lifetime of experience to specific details. If I can prove to them
that it can run and save them time, then I think they'll be willing to start
to figure out what the real criteria are. I'm trying to get into the
ballpark. Sooner or later, they'll need someone with more training than me.
Tim Ferguson - 29 Jun 2005 17:51 GMT
=?Utf-8?B?ci4gaG93ZWxs?= <rhowell@discussions.microsoft.com> wrote in
news:5214302C-E8B9-4885-BFC2-59F35089B1EE@microsoft.com:
> they aren't quite ready to invest the time to do
> the analysis and move it from one person who flies by the seat of her
> pants and a lifetime of experience to specific details.
<response class="smartass">If they can't afford to do it right, how come
they can afford to do it wrong..?</response>
Hope it works out
Best wishes
Tim F
>Thanks for your response.
>
[quoted text clipped - 11 lines]
>the wrong place? Calling it the wrong thing? Or does Access really not
>allow this?
Reread Tim's first suggestion: it does exactly and specifically what
you're asking for.
Just add a Yes/No (Boolean is another term for it) field to the table,
and use a subform to let the user check the checkbox for that field.
John W. Vinson[MVP]