aziz rasul
Active member
- Local time
- Today, 22:16
- Joined
- Jun 26, 2000
- Messages
- 1,934
I can't get the following statement to work in changing a field name.
CurrentDb.Execute "ALTER TABLE PivotCalculation CHANGE Field1 Field2;"
I get run-time error 3293 i.e. Syntax error in ALTER TABLE statement.
CurrentDb.Execute "ALTER TABLE PivotCalculation CHANGE Field1 Field2;"
I get run-time error 3293 i.e. Syntax error in ALTER TABLE statement.