Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations SkipVought on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Clearing a form

Status
Not open for further replies.

hoja

Technical User
Dec 3, 2003
102
0
0
US
Is there a way to not just unload a form, but to clear any information from it.

my last line of code is:

frmRod.Hide

But if I run the macro again, it stores the old values that I originally placed on the form, I want a clear form.

Thank you
 
ok, so it was;

UnLoad frmRod

Thanks
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top