Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations SkipVought on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Command Button

Status
Not open for further replies.

sha123

Programmer
Nov 13, 2002
58
0
0
ZA
I have form with a command button and a text box!

I want to add the value yes in the text box when I click on the command button!

How will I be able to do that?

Please help
 
On the Click Event of the Button add the following code

Me.[Name of your textbox].Value="Yes"

Steve
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top