Re: GUI for access 2002



What do you use for a trigger to know when to read the form from vba? TIA

"John Vinson" <jvinson@xxxxxxxxxxxxxxxxxxxxxxxxxx> wrote in message
news:kfevj2donh43u17mhqse7hd8gdlvhvtg4m@xxxxxxxxxx
On Wed, 25 Oct 2006 17:58:20 GMT, "TED MEDIN" <mmaphq@xxxxxxxxxxx>
wrote:

We have a lot of buttons with visual basic programs behind them. Inputbox
is
used for decisions the user must make. Is there some way we can make a gui
for decisions the user must make? We are using assistant.newballoon for
some
decisions but that is very limited. Anyone got any ideas? TIA

One very common way is to use an unbound Access Form with textboxes,
combo boxes, etc. into which the user can enter values. Your code can
then refer to [Forms]![MyFormName]![ControlName] to retrieve the
user's input. I've found this to be much simpler (both for me and for
the user) than using the InputBox function.

John W. Vinson[MVP]


.


Loading