I'm currently using MS Access as my front end for database I've created. I have a PowerApp that users utilize and it's backend is SQL Server.
However, I need to have functions to load stuff into those tables, so I'm utilizing Access as that tool.
There are a few queries I'd like to run on the server side vs having Access run them since Access pulls everything in from the server and then does the action and then pushes it back to the server.
Is there some way with VBA that I can run code on the server vs trying to use DoCmd.RunSQL which seems to run it through MS Access?
