aziz rasul
01-18-2008, 06:10 AM
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.