Share via

Microsoft Office Access 2007 - Database

Anonymous
2012-12-13T23:15:12+00:00

Hi there

I having this situation.

I have this database, and I often change his data.

However, sometimes I want to update it when I receive a new version of the same database. But I don't want to lose the previous data.

Is there some way that this situation can be done? If yes, how? If no, do you know any similar situations that can help me?

Thanks in advance

Diogo Água

Microsoft 365 and Office | Access | For home | Windows

Locked Question. This question was migrated from the Microsoft Support Community. You can vote on whether it's helpful, but you can't add comments or replies or follow the question.

0 comments No comments

9 answers

Sort by: Most helpful
  1. Anonymous
    2012-12-13T23:29:49+00:00

    First make sure you keep a fresh copy of the 'new database.'

    Open the new database and link all of the tables of the old database.

    Run an append query from linked table to the new database tables.

    Was this answer helpful?

    2 people found this answer helpful.
    0 comments No comments
  2. Anonymous
    2012-12-25T23:49:17+00:00

    If I understood it right, the new version would contain data because it would come from a different person, not me, so it would have new data.

    I am satisfied, thank you =)

    Was this answer helpful?

    1 person found this answer helpful.
    0 comments No comments
  3. Anonymous
    2012-12-16T23:37:32+00:00

    Sorry, i didn't understand the meaning of"be populated".

    Could you rephrase it, please?

    Was this answer helpful?

    1 person found this answer helpful.
    0 comments No comments
  4. Anonymous
    2012-12-16T22:39:04+00:00

    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

    Was this answer helpful?

    0 comments No comments
  5. ScottGem 68,820 Reputation points Volunteer Moderator
    2012-12-14T13:02:29+00:00

    You need to explain this in greater detail. Why would you receive a "new version"? How do you receive new data? How do you change the data (by queries or data entry)?

    Was this answer helpful?

    0 comments No comments