there is one columne name in the database called "section", and when i use a sql to run a query in vba, it occurs errors. i found that "section" is a reserved word in vba. so when i change the "section" to "section1", there is no errors then.
the problem is, i could not change the colume name from "section" to "section1" because there is already a system running with this db. so i can't change the column name, it will affect the running system.
so what can i do to solve this problem?
the problem is, i could not change the colume name from "section" to "section1" because there is already a system running with this db. so i can't change the column name, it will affect the running system.
so what can i do to solve this problem?