I have a VBA module/script inside Microsoft Access db as seen in the image below.
Normally I just click on green play button and it runs fine. This is just a sample script. The real script has many more queries so running the individual queries through Python is not the option. i.e. I can't just extract out query2
and run in python.
How do I make the entire module addSample()
run via Python however.