Jan 25, 2007 #1 JJOHNS MIS Joined Sep 12, 2001 Messages 171 Location US Can someone refresh my memory. I want one command that will reset all of the values on a form back to blank or default value. Thanks,
Can someone refresh my memory. I want one command that will reset all of the values on a form back to blank or default value. Thanks,
Jan 25, 2007 #2 ca8msm Programmer Joined May 9, 2002 Messages 11,327 Location GB You can recursively loop through the Controls collection and set any properties you wish. ____________________________________________________________ Need help finding an answer? Try the Search Facility or read FAQ222-2244 on how to get better results. Upvote 0 Downvote
You can recursively loop through the Controls collection and set any properties you wish. ____________________________________________________________ Need help finding an answer? Try the Search Facility or read FAQ222-2244 on how to get better results.
Jan 25, 2007 #3 cjelec Programmer Joined Jan 5, 2007 Messages 491 Location GB Code: Myform.ResetText() Upvote 0 Downvote
Jan 25, 2007 #4 cjelec Programmer Joined Jan 5, 2007 Messages 491 Location GB Sorry i retract my last post, pbeb(programmed before engaging brain). Upvote 0 Downvote