I currently have an access database that has several tables within it. I am wondering if it is possible to extract individual tables and filter information from those tables using Python 3.6.
I apologize if this question has been asked previously, I am fairly new to programming and was unable to get a solution.
I have installed the pyodbc module if that helps.