Text inserted into Hyperlink field shows up but does not act as a link
问题 I'm having difficulty getting my pyodbc inserted hyperlinks to work in my Access 2003 database. It appears to look like a hyperlink but does nothing when clicked on. For it to work, I have to edit it in Access and only then does it recognize that, "oh yeah that is a hyperlink". import pyodbc cnxn = pyodbc.connect("DRIVER={Microsoft Access Driver (*.mdb)};DBQ= C:\\Users\\multidata\\Documents\\db1.mdb;") cur = cnxn.cursor() #hyperlink is the text file. table1 is hyperlink column in ms access