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?
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?
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.