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 -

asp.net mvc - Cannot display error message on Editor or EditorFor -

portaudio - How to enable WASAPI exclusive mode in pyaudio -