M
mjoerge
Guest
i'm working for an organization with sales people operating off-line, adding orders into an access db. when they get back into the office, they need to insert or update sales records from their local database into a backend database containing data from all the sales people.
i've tried looking into syncronization to solve this problem, however that will result in a lot of overhead since each sales person only needs to see its own orders. syncronization seems to syncronize all the data in the backend database with the local database.
can this be done more efficiently using vb? can anyone give me an exampel of what that vb code might look like?
i've tried looking into syncronization to solve this problem, however that will result in a lot of overhead since each sales person only needs to see its own orders. syncronization seems to syncronize all the data in the backend database with the local database.
can this be done more efficiently using vb? can anyone give me an exampel of what that vb code might look like?