VBA MS Access - Version application

Asked

Viewed 62 times

0

Someone knows how to change the version of my access app. Like, in C# one I put the version number in the Assembly file, and then I can take that is put in a label for example. How I do this in VBA MS Access?

1 answer

0

I use a table with a version field on the frontend. So when I re-compile, I have a checker on the clients that compares their version to the server version and if the server version is larger it automatically updates.

Browser other questions tagged

You are not signed in. Login or sign up in order to post.