I am trying to create a macro that when a table is changed it will create a simple text file to a chosen path. I have been programming in VB.NET but access is in vba, I have been doing some research and think I can do it. However access macro writer confuses me if the boxes you insert your code in to. Is there a way to make one in VB.NET or use Visual Studio that access would be able to use?
Share
In this case, I think you should take advantage of data macros. These will run even if the table is used outside of MS Access. For example:
Alternatively