Hi all
I have an Access 2007 database (file format accdb) and I wish to make it a master database, and replicate the database, its design as well as the data to another location, and then syncronize the data daily during nighttime.
As far as I can see that should be posible, and I have tried using the standard Access help functions, finding a jro function that should enable the database to become a master, and also a jro function that should then create the replica.
However it doesnt seem to work. I have copied the code into VBA, but something is not going right, Access complains about the file format and things like that. Also I tried activating the VBA reference Microsoft Jet and Replication Objects 2.6 which seemed to solve some of my problems, but still I am not getting my master database 'replicable', which seem to be the first step.
Any ideas or help you can provide will be much appreciated ? and please note that I am not a VBA programmer, so it might be something really simple....
Thanks
Best regards
Ingrid
I have an Access 2007 database (file format accdb) and I wish to make it a master database, and replicate the database, its design as well as the data to another location, and then syncronize the data daily during nighttime.
As far as I can see that should be posible, and I have tried using the standard Access help functions, finding a jro function that should enable the database to become a master, and also a jro function that should then create the replica.
However it doesnt seem to work. I have copied the code into VBA, but something is not going right, Access complains about the file format and things like that. Also I tried activating the VBA reference Microsoft Jet and Replication Objects 2.6 which seemed to solve some of my problems, but still I am not getting my master database 'replicable', which seem to be the first step.
Any ideas or help you can provide will be much appreciated ? and please note that I am not a VBA programmer, so it might be something really simple....
Thanks
Best regards
Ingrid
Comment