Old Access Table and Checkboxes

E

Erika

I have an old Access Table that I would like to use however one of the fields
displaying a 0 or -1 and I would like to make it a checkbox field.

Is there a way for Access to interrupt the 0 or -1 into a checkbox field?
 
A

Allen Browne

Open the table in design view.
Select the field.

In the lower pane, click the Lookup table.
Set the Display Control to: Check box.
 
Top