I am very new to Access.
I am trying to create an Access application that will be used by 10 users. I will put the design master on the server and replica of the Access Application on the clients machines. I will use the database splitter (on the design master before I do the replication) and transfer all the tables and the data to a backend database. This way all client applications will be pointing to a single data source.
My biggest issue is synchronization. If I create a new form or table, is there a way for me to code the application to perform synchronization with the design master automatically. We can not go around updating or synchronzie the application manually. Any code examples would be helpful.
Is there a better way to do this? I am new, so I might be looking at this issue completey wrong.
I am trying to create an Access application that will be used by 10 users. I will put the design master on the server and replica of the Access Application on the clients machines. I will use the database splitter (on the design master before I do the replication) and transfer all the tables and the data to a backend database. This way all client applications will be pointing to a single data source.
My biggest issue is synchronization. If I create a new form or table, is there a way for me to code the application to perform synchronization with the design master automatically. We can not go around updating or synchronzie the application manually. Any code examples would be helpful.
Is there a better way to do this? I am new, so I might be looking at this issue completey wrong.