Re: MessageBox alternative
- From: "Krij" <gsb58@xxxxxxxx>
- Date: 30 May 2006 09:05:55 -0700
Hi!
Surely you should add a Label to the form, say lblInfoText.
Then in the onClick event of each button you could add:
Me!lblInfoText.Caption = Me!btnClickWasClicked.Name
which will give you the name you has given the button.
Or if you want a special text to appear you must give the string in
each event like:
Me!lblInfoText.Caption = "Hi! I was clicked by ....."
Me.Name :-)
.
- References:
- MessageBox alternative
- From: RICHARD BROMBERG
- MessageBox alternative
- Prev by Date: Re: Unable to access folder from A2003
- Next by Date: Calling stored procedure with parameters and returning resultsets.
- Previous by thread: Re: MessageBox alternative
- Next by thread: Re: MessageBox alternative
- Index(es):