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 -

php - phpWord - Tables with borders in headers/footers -