Yes/No - 1

R

Richard

Changing the Default Value in this field to -1 still did
not put checks in the boxes. They all still default to
No. Help!

Thanks
 
D

Douglas J. Steele

You do realize that setting the default value will only affect new rows.
Existing rows will have whatever value is assigned to the field bound to the
check box.
 
J

John Vinson

Changing the Default Value in this field to -1 still did
not put checks in the boxes. They all still default to
No. Help!

Setting the Default will not affect records already in the database,
only newly added records. If you want to update all the FALSE entries
in your table to TRUE, run an Update query.

John W. Vinson[MVP]
Join the online Access Chats
Tuesday 11am EDT - Thursday 3:30pm EDT
http://community.compuserve.com/msdevapps
 
Top