christywarner
Programmer
Hello,
I have a 2000 db that I converted to 97.
When I run my program, I get a run-time
error 3290 saying "syntax error in
CREATE TABLE" statement. My code is:
dim str as string
str = "CREATE TABLE tbl_seee1;"
docmd.runsql(str)
Does anyone know why I would see this
error in 97, but not 2000?
Thanks!
Christy.
I have a 2000 db that I converted to 97.
When I run my program, I get a run-time
error 3290 saying "syntax error in
CREATE TABLE" statement. My code is:
dim str as string
str = "CREATE TABLE tbl_seee1;"
docmd.runsql(str)
Does anyone know why I would see this
error in 97, but not 2000?
Thanks!
Christy.