Hi Guys,
I have created a database to be used for lift maintenance audits. The idea is a central database is used to produce reports using mail merge.
This all works very well.
However, since we have purchased tablets we would like to use them to carry out the surveys rather than use paper forms and enter them in back at HQ.
The issue here is they will often be in lift shafts/pits & are not guaranteed to be able to access the internet on client sites.
The database and forms works fine on the individual tablets but the issue I have is how do I keep all of the data up to date & in sync?
In order to ensure the primary keys are unique I have set the system time & tablet number as a string to be the primary keys so there is no concerns with these clashing. http://www.access-programmers.co.uk/forums/showthread.php?t=264374
I looked into using linked tables. With the main database being called LMA and the linked tables in databases called Tablet1, Tablet2 & Tablet3. This worked on the Desktop PC. However when I downloaded Tablet1, 2 & 3 on the tablets they couldn't locate the source tables in LMA as it was still on the desktop PC!
I then tried it the other way making LMA linked tables and Tablet 1, 2, 3 as local tables but realized that the linked tables on LMA can only derive from one source table not 3.
Is it possible to have a linked/local table hybrid? So when it is not connected to the desktop it is local and when it is it adds the new data to the tables? Any other recommendations?
Thanks for your time!
James
I have created a database to be used for lift maintenance audits. The idea is a central database is used to produce reports using mail merge.
This all works very well.
However, since we have purchased tablets we would like to use them to carry out the surveys rather than use paper forms and enter them in back at HQ.
The issue here is they will often be in lift shafts/pits & are not guaranteed to be able to access the internet on client sites.
The database and forms works fine on the individual tablets but the issue I have is how do I keep all of the data up to date & in sync?
In order to ensure the primary keys are unique I have set the system time & tablet number as a string to be the primary keys so there is no concerns with these clashing. http://www.access-programmers.co.uk/forums/showthread.php?t=264374
I looked into using linked tables. With the main database being called LMA and the linked tables in databases called Tablet1, Tablet2 & Tablet3. This worked on the Desktop PC. However when I downloaded Tablet1, 2 & 3 on the tablets they couldn't locate the source tables in LMA as it was still on the desktop PC!
I then tried it the other way making LMA linked tables and Tablet 1, 2, 3 as local tables but realized that the linked tables on LMA can only derive from one source table not 3.
Is it possible to have a linked/local table hybrid? So when it is not connected to the desktop it is local and when it is it adds the new data to the tables? Any other recommendations?
Thanks for your time!
James
Last edited: