How to change a field name

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

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.
 
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?
 
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>
 
Back
Top