amorosik
Active member
- Local time
- Today, 23:17
- Joined
- Apr 18, 2020
- Messages
- 672
Access on it's own can't do what you want, neither can excel, word or any of the other office apps
Using powershell you could check for new files in the windows notification folder,
powershell - check folder for new files
social.technet.microsoft.com
then use code to do something with access such as add a record
![]()
Is it possible to update a row in MS Access from PowerShell?
I have the following PowerShell code which adds a new line of data into a MS Access database (based on user input) and works perfectly. if ($NewAccounts ="Y") { $cursor = 3 $lock = 3 $Ado ...stackoverflow.com
But that required pocketbase to be able to send windows notifications.
And before you ask, no, there is not a powershell library to add to Access.
Access without external libraries is not usable by anyone
Access with external libraries, allows you to have a listener
Do you agree on this or not?
I ask this because if we continue to discuss 'native Access' (which does not exist) we do not take a step forward
And then comes KitaYama who tells us that we go in circles