Dec 5, 2005 #1 hoja Technical User Joined Dec 3, 2003 Messages 102 Location 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
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
Dec 5, 2005 Thread starter #2 hoja Technical User Joined Dec 3, 2003 Messages 102 Location US ok, so it was; UnLoad frmRod Thanks Upvote 0 Downvote