P
PeteCresswell
My tried-and-true approach for storing version numbers in MS Access
apps has been a "Program Changes" table embedded in the front end.
One record for each version. Highest record number indicates current
version.
For reasons beyond my control, this approach cannot be used any more.
Now I need to figure out an alternative method of identifying the
front end's version.
My kneejerk reaction is (code window)|Tools|Properties and using one
of the fields in the UI there.
Is there a widely-used method or should I just go with whatever I come
up with?
apps has been a "Program Changes" table embedded in the front end.
One record for each version. Highest record number indicates current
version.
For reasons beyond my control, this approach cannot be used any more.
Now I need to figure out an alternative method of identifying the
front end's version.
My kneejerk reaction is (code window)|Tools|Properties and using one
of the fields in the UI there.
Is there a widely-used method or should I just go with whatever I come
up with?