Hello,
I have a project i publish with updates every so often that i keep in a version history table. The format is "Ver 1.0.0".
Currently i use a text box that displays the latest number from my table and shows it to the user so they know what version they have.
My issue is that when i am working on a new version in the background and i input a new version into the table it automatically updates their screen to the new version # that is displayed. I only want it to update when they download the new version which is where my question comes in.
I save my files names with the new version number whenever they are ready to be released. e.g "CST 7000 Maintenance Database Main 1.0.6"
I just edit the version number at the end when i release it. I found out about the command =[currentproject].[Name] but it shows "CST 7000 Maintenance Database Main 1.0.6.accdb". Is there a way to limit this so i can display "Ver 1.0.6" using the 1.0.6 numbers from the file name? And if possible could i store them values into another field?
I have a project i publish with updates every so often that i keep in a version history table. The format is "Ver 1.0.0".
Currently i use a text box that displays the latest number from my table and shows it to the user so they know what version they have.
My issue is that when i am working on a new version in the background and i input a new version into the table it automatically updates their screen to the new version # that is displayed. I only want it to update when they download the new version which is where my question comes in.
I save my files names with the new version number whenever they are ready to be released. e.g "CST 7000 Maintenance Database Main 1.0.6"
I just edit the version number at the end when i release it. I found out about the command =[currentproject].[Name] but it shows "CST 7000 Maintenance Database Main 1.0.6.accdb". Is there a way to limit this so i can display "Ver 1.0.6" using the 1.0.6 numbers from the file name? And if possible could i store them values into another field?