Skip to content

Instantly share code, notes, and snippets.

@swellseabird
swellseabird / Export Access to Zotero
Last active January 27, 2020 16:36
Microsoft ACCESS VBA code to export bibliographic database into RIS format compatible with ZOTERO
'Export function of a Microsoft ACCESS table into a .RIS file compatible with ZOTERO
'This code should be modified/completed depending on your database fields
'More details on the RIS format and the coding of RIS fields
'=> https://web.archive.org/web/20120526103719/http://refman.com/support/risformat_intro.asp
'
'To work, this code need the library "Microsoft DAO 3.6 Object Library" activated
'contact : swellseabird at hotmail.fr
Function Export_zotero()
Dim rst As DAO.Recordset