G
Gary Shane Lim
We have an access database. On the pc side of the program we write several
of the tables to an xml and then import them to the pda as a temporary
database. Then the tables are edited and added to. Then we port to an xml
file and back into the database they go. Here is my question. Several of the
tables are linked by an autonumber key. And we will have multiple pda
checking out data at a time. So if user a checks out with record 1-5 in
table 1 and adds 6-8 then user B also adds 6-8 when user B checks in It will
probably actually add 9-11. How do I get table 2 which has 2 records for
each record in table to relink to records 9-11 not 6-8. Does any of this
make sense? If anybody has any suggestions or I need to rewrite this so it
makes sense I will. Thanks again.
gslim
of the tables to an xml and then import them to the pda as a temporary
database. Then the tables are edited and added to. Then we port to an xml
file and back into the database they go. Here is my question. Several of the
tables are linked by an autonumber key. And we will have multiple pda
checking out data at a time. So if user a checks out with record 1-5 in
table 1 and adds 6-8 then user B also adds 6-8 when user B checks in It will
probably actually add 9-11. How do I get table 2 which has 2 records for
each record in table to relink to records 9-11 not 6-8. Does any of this
make sense? If anybody has any suggestions or I need to rewrite this so it
makes sense I will. Thanks again.
gslim