what does logic field mean in Access?

B

Buiskop19

I have to enter a logic field in an Access table, but I don't know what this
means. Can anyone advise me please? Many thanks.
 
M

Mrs. Ugh

A logic field is just a yes/no or true/false field. Normally data is entered
using a checkbox (checked is yes, unchecked is no). If you do not have a
checkbox, no=0, and yes=1.
 
Top