Clear fields button

W

Will

I am building a Dbase that tracks training. I am tracking dates. On each of
my input forms I have a date all button that places the date in all fields on
the form. I want to do the opposite also. I need to create a Clear fields
button.

Can anyone help me?

Will
 
C

Clifford Bass

Hi Will,

Same process only set the values to Null:

[txtField] = Null

Clifford Bass
 
W

Will

Thanks Cliff,

It worked... I am now writing the code for all of my forms.

Will

Clifford Bass said:
Hi Will,

Same process only set the values to Null:

[txtField] = Null

Clifford Bass

Will said:
I am building a Dbase that tracks training. I am tracking dates. On each of
my input forms I have a date all button that places the date in all fields on
the form. I want to do the opposite also. I need to create a Clear fields
button.

Can anyone help me?

Will
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top