Hello,
I am also looking for a way to transfer data between Python and an Access 2007 database (ACCDB). I would specifically like to find a tool to export from a File GDB directly to an ACCDB. I have began writing some PY code to do this, but so far have run into many issues. Mostly dealing with the various data types and translating them into well formed SQL statements.
If anyone has any ideas or has done this before, i would appreciate the help.