I'm working with Access 07 and Sharepoint 10, and a database linked between them.
For example, lets suppose that I'm working with and database,
DBExampleV1.0.db
Client Project
AB 1
CD 2
EF 3
And get it linked with Sharepoint 10, that's fine so far.
I change some things in my database in sharepoint
Client Project
AB 2
CD 2
EF 2
So far, so good.
But I receive a new version of this database, DBExampleV1.1.db, with new information.
Client Project Country
AB 1
Russia
CD 2
Brasil
EF 3 EUA
FE 4 Japan
But I want to keep the old data, not to erase it!
If it is possible, do something like:
----- Example 1 ------------------------------------------------------------------
Client Project Country
AB 2
CD 2
EF 2
AB 1
Russia
CD 2
Brasil
EF 3 EUA
FE 4 Japan
----- Example 2 ----- ------------------------------------------------------------------
Client Project Country
AB 2
CD 2
EF 2
AB 1
Russia
CD 2
Brasil
EF 3 EUA
FE 4 Japan
----- Example 3 ----- ------------------------------------------------------------------
Client Project
AB 2
Russia
CD 2
Brasil
EF 2 EUA
FE 4 Japan
That's my question.
Btw, if I not answer right away is because I am busy, I haven't forgot this question and I will give my feedback as soon as I understand of to do this.
Thanks in advance
Diogo Água