Template Changes

D

dd

Is it possible to change a template so that I can use it for something else?
I've found a template that I think will work, but I would like to change the
titles/fields.
 
J

John W. Vinson

Is it possible to change a template so that I can use it for something else?
I've found a template that I think will work, but I would like to change the
titles/fields.

Yes. That's the point - it's a template that you modify.
 
D

dd

I guess I didn't phrase my question correctly. My question is how do I change
the titles/field names?

Thanks for you help.
 
J

John W. Vinson

I guess I didn't phrase my question correctly. My question is how do I change
the titles/field names?

Open the database (you may need to hold down the Shift key and/or press F11 to
get to the database window); open the object that you want to change in Design
view; change it; save it.

Note that table fieldnames aren't all that important *to the end user* - the
end user should never see table datasheets anyway! You can change what the
user sees by changing Label controls on a form or report.
 
Top