Skip to content

Instantly share code, notes, and snippets.

View tniedbala's full-sized avatar

Tim Niedbala tniedbala

View GitHub Profile
@tniedbala
tniedbala / ms-access.ps1
Created May 14, 2019 03:46
Powershell for Microsoft Access
# Powershell Functions for MS Access :)
# Here are several functions that cover tasks I tend to do most often in Access (hopefully more to come soon). These are mostly
# just wrappers around Access VBA methods, but this helps me avoid constant googling every time I need to do something in Access.
# example usage is provided at the bottom of the script
# Import CSV file into MS Access database
# office vba documentation: https://docs.microsoft.com/en-us/office/vba/api/access.docmd.transferspreadsheet
function Import-MsAccessCsv