danblack30
MIS
We currently have a large access database that is being created by a program called MPC. This database is loaded on 20 local user computers. I want to make sure that all the users are using the same version of the database.
Is it possible to add a "version" table in the MPC database, link it to another database that has a similar version table, and write a query that compares the two cells version #'s. Finally, take that query and embed it in a working query so if the versions are different then it creates an error, if not then continue with the original query.
I do have 2 databases temp 1 & 2 with the version tables linked as versionnumber 1 & 2. I need help with writing the query with the if statment in it.
Thanks for the help,
Dan
Is it possible to add a "version" table in the MPC database, link it to another database that has a similar version table, and write a query that compares the two cells version #'s. Finally, take that query and embed it in a working query so if the versions are different then it creates an error, if not then continue with the original query.
I do have 2 databases temp 1 & 2 with the version tables linked as versionnumber 1 & 2. I need help with writing the query with the if statment in it.
Thanks for the help,
Dan