Show user version of MDB file ?
Hello to everyone.
I have a .mdb access database and I would like to insert an user version of DB (like 1.0 or 1.2, etc) in it. I also would like that this version would be visible when an user right-click on closed DB end select "property" option.
In Visual C++ you can insert a resource called "Version" to do it.
Thanks in advance
Fabrizio
Re: Show user version of MDB file ?
Right click on the .mdb file in explorer -> Properties -> choose Summary tab -> go in "Advanced" -> add info in the fields like "Revision number" and others.
Re: Show user version of MDB file ?
Thank you VictorN.
Just a little issue: by proceeding as you suggested, if the user goes with pointer above mdb file, the revision number doesn't appear in tooltip.
There is any way to obtain it?
Thanks again
Re: Show user version of MDB file ?