Link to home
Start Free TrialLog in
Avatar of bill201
bill201

asked on

how to change a table column name on access with an alter query

hi

i have a table that the name is "table1" and there is a field with the name "field2" and i want to change it to the name "field1" how can i make it, something  like this:

ALTER TABLe table1
ALTER COLUMN field2 field1

thanks alot
SOLUTION
Avatar of gplana
gplana
Flag of Spain image

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
ASKER CERTIFIED SOLUTION
Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
Avatar of bill201
bill201

ASKER

thanks alot
You are welcome!

/gustav