Access 2003.
I have two versions of an MS Access based application (data is in SQL Server, queries, forms, etc are in MS Access)
Are there any tools or techniques for merging the two versions? As a simple example, if I import all queries into DB_PRIMARY from DB_SECONDARY, non duplicated named queries will come in without a problem, but if a query already exists, the imported one will have "1" appended to the end (which makes sense). However, in the simplest case, I would rather just import and overwrite any existing objects.
Are there any tools or better techniques for managing this process?