Hi I´m trying to do a system that has a central database in the office and if necessary I work in a copy of the database out of the office and when i return i update the client(s) record.
I have for each client a master table dataset client========>Local places of this client===> Equipment====>Report(variables).
so when I return I have to Update the master table Insert or update the other dependent tables.
client (Edit)
Local places (Edit or Insert or Delete)
Equipment (Edit or Insert or Delete)
Report(variables)(Edit or Insert or Delete)
Thank´s