latest version of db

S

swami1912

if the users download a database and they have not been using the latest version, is there way to check the db with its back end and make sure ,users are warned with a message- saying "please open the most current one"?
 
J

John W. Vinson

if the users download a database and they have not been using the latest version, is there way to check the db with its back end and make sure ,users are warned with a message- saying "please open the most current one"?

Not automatically; you must make a provision to do this check yourself. One
way would be to have a table in the backend containing the version number of
your latest version, and another table in the frontend containing that
frontend's own version number; in the Open event of the frontend's startup
form you can compare the one against the other.

But no, there is nothing built in to Access to do this for you.
--

John W. Vinson [MVP]
Microsoft's replacements for these newsgroups:
http://social.msdn.microsoft.com/Forums/en-US/accessdev/
http://social.answers.microsoft.com/Forums/en-US/addbuz/
and see also http://www.utteraccess.com
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top