|
-
Jan 11th, 2007, 10:29 AM
#1
Thread Starter
Fanatic Member
Yes/No field in Access SQL create table statement
Hello all,
Anyone know the syntax to create a yes/no field in a SQL create table statement (Not using the designer, SQL only) in ms access?
ie something like:
CREATE TABLE test (FIELD1 TEXT(35), FIELD2 YES/NO))
The text field is correct, but I don't know the datatype to create the yes/field. FYI, I've tried boolean and bit; boolean doesn't work, and bit creates the field, but as a text box instead of a checkbox. This is in MS Access
Thanks in advance!
Strick
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|