aziz rasul
Active member
- Local time
- Today, 03:10
- Joined
- Jun 26, 2000
- Messages
- 1,935
I have the following code: -
strSQL = "ALTER TABLE tmp RENAME COLUMN a TO aa;"
DoCmd.RunSQL strSQL
I get an error which says that the ALTER TABLE statement is wrong!!!!
strSQL = "ALTER TABLE tmp RENAME COLUMN a TO aa;"
DoCmd.RunSQL strSQL
I get an error which says that the ALTER TABLE statement is wrong!!!!