This function moves all relevant tables from an unindexed Access database to a SQLite database with indexes, for performance reasons. (Not finished yet and not exported!)

access_to_sqlite(source_db, new_db)

Arguments

source_db

name of fieldmap/access database (with specific fieldmap structure) including path

new_db

name and path of SQLite database to be made

Value

A SQLite database with the specified name is saved at the specified path