View Single Post
  #2  
Old June 3rd, 2010, 05:46 PM posted to microsoft.public.access.forms
Al Campagna[_2_]
external usenet poster
 
Posts: 1,462
Default How to save a form as a template

degas1900,
1. You can just save it frmMyFormTemplate, and use it as the starting
point for any new form.
Or
2. In the Tools Options Forms/Reports tab, indicate the form name that
you want to use as a template. Creating a new form, while
frmMyFormTemplate is named as the template, will only establish the default
"styles and setups" for your new form's controls, as they are added in.
It does not (like the #1 above method) start out with an exact copy of the
frmMyFormTemplate.
--
hth
Al Campagna
Microsoft Access MVP 2007-2009
http://home.comcast.net/~cccsolutions/index.html

"Find a job that you love... and you'll never work a day in your life."


"degas1900" wrote in message
...
I'm using Access 2003. I have a form I'm using for one case that I would
like to use as a template for other cases. How do I do that? Need baby
steps, please!