All,
I need to create a new table via VB6 DAO.
create table users
(user_id counter CONSTRAINT PrimaryKey primary key not null
,UserName Text(200)
,lastname text(200)
)
works fine with Access 2000 however VB6 DBO works with Access95 and I get a syntax error.
Can anyone help me...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.