Please advise what other techniques may be used on a form to carrry out
commands. The attorneys that I am designing their form on is ongoing. Because
the do not know much about computers I am forever creating buttons marcros
commands so they only need to hit one button to either get their cases
filtered on the form, run a report of their cases, status notes, etc.
Appreciate your input.
so...
there have been 4000 *DIFFERENT* operations needed over a time span?
And every time they want to perform a different operation you redesign
the form?
I'm just trying to figure out the context here. Typically there is a
somewhat limited set of *generic* operations that an application
should support, such as "print something out". The "something" can be
presented in (say) a listbox - the user would click on the line that
says "case report" or "status notes" or whatever, and then click the
"print this" button; or the form could be set up to ALSO print the
desired report when they doubleclick the line.
SOME effort should be required of the user to make the computer aware
of what they want. Having a developer restructure the form so that it
contains only one button which says "Do what I want" - and then having
a person reprogram it to do what the user verbally conveys - is the
extreme end of your approach, but it's even less efficient than taking
the attorney's computers away and just having a basic form which *you*
would use to generate what they want.
John W. Vinson[MVP]