christywarner
Programmer
Hi,
When I run the following code in Access 97,
I get a runtime 3290 error "Syntax problem
with CREATE TABLE statement".
dim str as string
str = "CREATE TABLE tbl_seee1;"
docmd.runsql (str)
do you see anything wrong with the above
code? it works in 2000 so it is a conversion
related issue I think.
Thanks!
Christy.
When I run the following code in Access 97,
I get a runtime 3290 error "Syntax problem
with CREATE TABLE statement".
dim str as string
str = "CREATE TABLE tbl_seee1;"
docmd.runsql (str)
do you see anything wrong with the above
code? it works in 2000 so it is a conversion
related issue I think.
Thanks!
Christy.