I am trying to creat a table from Visual Basic using DAO. My SQL command is "create table test (testfield char(5) not null)"
This works fine when I connect with ADO but using DAO I get message 3032 Can't perform this operation.
Once the table exists I can use it succesfully with Select and Insert statements using DAO.
Kees