I created an Access file and inside made a table that has a column of yes/no checkbox in it. I want to create a python file to check off the checkbox (yes).
How do I locate the specific table and cell in the access file?
I want to go to that cell and check off the yes/no box and move on to the next cell.
I hear it's best to use pypyodbc. I don't understand how to use that and get to that specific table in Microsoft Access file.