CREATE TABLE and BOOLEAN Columns presentation

E

Emil

Hi everyone!

I am using CREATE TABLE query to create a table.
My problem is that I want the boolean column to appear
with a tick box when the table is opened not 0/-1 value

I am using the following statement:
CREATE TABLE Foo(ID AUTOINCREMENT, BoolCol BIT)

My question:
What statement shall I use for boolean columns to force
access to display tick box?

Thanks in advance!
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top