VBA MS Access - application version

0

Does anyone know how to change the version of my access application. Type, in C # one I put the version number in the assembly file, and then I can get this to put in a label for example. How do I do this in VBA MS Access?

    
asked by anonymous 22.11.2016 / 15:28

1 answer

0

I use a table with a version field in the frontend. So when I compile again, I have a checker on the clients that compares their version with the server version and if the server's is the older it does the upgrade automatically.

    
11.04.2017 / 18:24