I have a split database where I've distributed the front end out to users to enter data and append records to the back end. I need to add a couple of fields to some tables which will be part of the composite key. My question is, instead of having all users append their current records and having some downtime in which I make the changes to the tables, queries, etc. and redistribute a new front end, is it feasible to make a copy of the back end, make all of the changes, and build a query in the new back end to transfer all of the data over? The thought is that it would involve much less downtime for the users.
A couple of us feel that it's safer to just have everyone append, then make the changes and redistribute, but this other option would be more convenient if it is possible and doesn't cause problems down the line.
A couple of us feel that it's safer to just have everyone append, then make the changes and redistribute, but this other option would be more convenient if it is possible and doesn't cause problems down the line.