Re: GUI for access 2002
- From: "TED MEDIN" <mmaphq@xxxxxxxxxxx>
- Date: Tue, 31 Oct 2006 16:40:15 GMT
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]
.
- Follow-Ups:
- Re: GUI for access 2002
- From: John Vinson
- Re: GUI for access 2002
- Prev by Date: Re: Does Microsoft Jet need to be installed to convert databases?
- Next by Date: Re: switchboard
- Previous by thread: Re: Does Microsoft Jet need to be installed to convert databases?
- Next by thread: Re: GUI for access 2002
- Index(es):
Loading