How to change a field name

Q

quartz

Is it possible to change a field name using SQL? If so, how?
If not, can it be done using DAO or ADO? If so how?

Thanks in advance.
 
J

Jeff Boyce

Changing a field name may have unintended consequences. Are you reasonably
certain there are no queries, forms, macros, pages, or procedures that refer
to the "old" fieldname?
 
Q

quartz

Yes. How can I change the fieldname?

Jeff Boyce said:
Changing a field name may have unintended consequences. Are you reasonably
certain there are no queries, forms, macros, pages, or procedures that refer
to the "old" fieldname?

--
Good luck

Jeff Boyce
<Access MVP>
 
Top