I have multiple copies of a back end of a database that are shared throughout different offices in my organization. Each office needs to have separate databases but I have a new requirement to generate reports for the organization. The issue I will have is the Primary Key is an auto number that while obviously not duplicated in the single database; the key will be used once in each database creating duplicates when all data is merged for reporting. Is there a way to handle this situation or am I looking at a complete redesign?