Should I use pyodbc or win32com to fill out pre-existing forms in a Microsoft Access Database (.accdb) using python?
问题 I wrote a python script that extracts strings from word documents. The goal is to then insert these strings into a pre-existing form in an Access database, save it, create a duplicate of the form, insert different strings from the next word document, save, repeat. The form already has all the fields I need, and it has buttons for 'save' and 'create duplicate.' I'm having trouble figuring out how to insert strings into the Access form. So far I've learned that there are at least two ways of