helloworld
Registered User.
- Local time
- Today, 10:31
- Joined
- May 18, 2004
- Messages
- 62
Hi there...just a quick question...I have about 20 fields in this form that I need cleared on the push of a button. Is there an easier way to doing this than to go
Me.text1 = null
Me.text2= Null
.
.
.
.
.
.
etc....
Is there a Vb command that selects all the fields in the form so that I could just go
Allfields = null?
Your help would be much apprecitated!
Me.text1 = null
Me.text2= Null
.
.
.
.
.
.
etc....
Is there a Vb command that selects all the fields in the form so that I could just go
Allfields = null?
Your help would be much apprecitated!