I have a problem I dont know how to resolve. I have users that work a 24 / 7
contract. Our big issue is users do not have any type of internet access what so ever at customers sites. This make it very hard to do any type of databases. However, we tried setting one up that would work offline. So the way this database works is someone creates a new job. At the end of their shift they have an export button that exports their job and removes its self from there database competely. (it goes to a mem stick) The user coming in
to take over then get the mem stick and they have an Import button that moves the file from the stick into their dbase and they continue working on that job. At the end of the job they need to email the completed job to an admin to upload it the the master dbase that keeps records of all of the completed jobs. Now this is where my problem comes in. I have a field primary key auto number called WCID and this number gets started by any ones program so the possible is there where the admin would be uploading a record that already has that ID used so it wont upload. Is there a way in the update query where I could have the WCID update the the last record entered plus 1?
Jon
contract. Our big issue is users do not have any type of internet access what so ever at customers sites. This make it very hard to do any type of databases. However, we tried setting one up that would work offline. So the way this database works is someone creates a new job. At the end of their shift they have an export button that exports their job and removes its self from there database competely. (it goes to a mem stick) The user coming in
to take over then get the mem stick and they have an Import button that moves the file from the stick into their dbase and they continue working on that job. At the end of the job they need to email the completed job to an admin to upload it the the master dbase that keeps records of all of the completed jobs. Now this is where my problem comes in. I have a field primary key auto number called WCID and this number gets started by any ones program so the possible is there where the admin would be uploading a record that already has that ID used so it wont upload. Is there a way in the update query where I could have the WCID update the the last record entered plus 1?
Jon