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 -

broadcastreceiver - blocking specific numbers (call and sms) in android -

c# - Executing PowerShell Script with Parameters -