Jan 8, 2004 #1 sha123 Programmer Nov 13, 2002 58 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
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
Jan 8, 2004 #2 SteveR77 Programmer Sep 18, 2000 813 US On the Click Event of the Button add the following code Me.[Name of your textbox].Value="Yes" Steve Upvote 0 Downvote
On the Click Event of the Button add the following code Me.[Name of your textbox].Value="Yes" Steve