Clear fields button

  • Thread starter Thread starter Will
  • Start date Start date
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
 
Hi Will,

Same process only set the values to Null:

[txtField] = Null

Clifford Bass
 
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
 
Back
Top