This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# 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 |