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 -

python - PIL cannot identify image file for io.BytesIO object -

java - disabling a node without disable its children in javafx -