Revision Number

T

tsluu

Is there a way to retrieve the revision and/or the build number of the Access
application im developing. Reason being, I want to display this information
so that the users know what version of the application they are using. In
terms of support, it might come in handy too.
 
T

tsluu

Is there an event which fires each time I do a Save. That way I can increment
the revision number automatically.
 
A

Arvin Meyer MVP

No, but you can write one that is called with every save. You will need to
save in code instead of using the toolbar.
 
Top