PC Review


Reply
Thread Tools Rate Thread

clearing data from a user form

 
 
thomas donino
Guest
Posts: n/a
 
      6th Aug 2009
I am relatively green at this so pardon my ignorance. I have created a user
form, it works fine. I want to add a button to the form, that clears the data
in the user form.
It has three fields, email address, subject and message.

Thank you
 
Reply With Quote
 
 
 
 
Jacob Skaria
Guest
Posts: n/a
 
      6th Aug 2009
Private Sub CommandButton1_Click()
Me.TextBox1.Text = ""
Me.TextBox2.Text = ""
Me.TextBox3.Text = ""
End Sub

If this post helps click Yes
---------------
Jacob Skaria


"thomas donino" wrote:

> I am relatively green at this so pardon my ignorance. I have created a user
> form, it works fine. I want to add a button to the form, that clears the data
> in the user form.
> It has three fields, email address, subject and message.
>
> Thank you

 
Reply With Quote
 
thomas donino
Guest
Posts: n/a
 
      6th Aug 2009
ty

"Jacob Skaria" wrote:

> Private Sub CommandButton1_Click()
> Me.TextBox1.Text = ""
> Me.TextBox2.Text = ""
> Me.TextBox3.Text = ""
> End Sub
>
> If this post helps click Yes
> ---------------
> Jacob Skaria
>
>
> "thomas donino" wrote:
>
> > I am relatively green at this so pardon my ignorance. I have created a user
> > form, it works fine. I want to add a button to the form, that clears the data
> > in the user form.
> > It has three fields, email address, subject and message.
> >
> > Thank you

 
Reply With Quote
 
 
 
Reply

Thread Tools
Rate This Thread
Rate This Thread:

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are Off


Similar Threads
Thread Thread Starter Forum Replies Last Post
Clearing data in a Form APS Microsoft Access Forms 2 5th Mar 2009 04:39 PM
Clearing data from a form ersouthard Microsoft Access Forms 3 12th Jan 2009 09:01 PM
Button for clearing data in access form amitbadgi@gmail.com Microsoft Access Forms 1 15th Jul 2005 08:25 PM
clearing data in dialog box form =?Utf-8?B?UGF0dGlQ?= Microsoft Access Form Coding 2 11th Feb 2005 09:07 PM
Clearing form's data Randy K. Microsoft Access Forms 2 19th Jul 2003 02:48 AM


Features
 

Advertising
 

Newsgroups
 


All times are GMT +1. The time now is 06:04 PM.