zelarra821
Registered User.
- Local time
- Today, 23:51
- Joined
- Jan 14, 2019
- Messages
- 842
Hello.
I've been thinking about it for a while but I can't find the error.
I have this code to create a table, where I want to put the unicode compression in the "Name" field, but I get a syntax error.
I'm sure it's a silly thing, but I can't find any information on the Internet and the information provided by Microsoft doesn't solve anything for me.
Thanks!!!
I've been thinking about it for a while but I can't find the error.
I have this code to create a table, where I want to put the unicode compression in the "Name" field, but I get a syntax error.
I'm sure it's a silly thing, but I can't find any information on the Internet and the information provided by Microsoft doesn't solve anything for me.
Code:
dbs.Execute "CREATE TABLE TEvents " _
& "(EventDate DATETIME, Name CHAR WITH COMP)"
Thanks!!!