checkbox - Change status of Check Box in Access -


how can change 1 click status of checkbox in whole access table? (there 30000 rows that's why need perform automatic change)

you can use update query,

update tablename set checkboxfield=1 

Comments

Popular posts from this blog

python - No exponential form of the z-axis in matplotlib-3D-plots -

php - Best Light server (Linux + Web server + Database) for Raspberry Pi -

c# - "Newtonsoft.Json.JsonSerializationException unable to find constructor to use for types" error when deserializing class -