I have a database that I would like to pass on to multiple unrelated users. I intend to provide them updated tables, form and reports but I do not want to pass on any data. I am using incrementing auto numbers on many tables and I want each user to be able to have their own range. I can create the initial (partial) replicas, just fine. The problems apprear when I try to syncronize. My 'master' has my test data and the replicas would have the users own data. I have seen code excerpts mentioning JRO and DAO.Syncronize but I do not seem to have those (Access 2000). Any help would be greatly appreciated.