Can't Check a Check Box

D

Dave

Access 2003

just added a field to a table that is a check box
added the field to the query that pulls the form
Added the field to the form
The form will not let me populate that check box
The Query will not let me populate that check box.
But I can populate it a table level.

What am I missing here?

Thanks in advance
 
O

Ofer Cohen

Sometimes linking few tables in the query will make the table UnEditable.

If that the case consider splitting the query, and create a sub form that
list the data in the other table.
 
D

Dave

The query is from a single table

Ofer Cohen said:
Sometimes linking few tables in the query will make the table UnEditable.

If that the case consider splitting the query, and create a sub form that
list the data in the other table.
 
Top