Results 1 to 2 of 2
  1. #1
    Lorlai is offline Competent Performer
    Windows Vista Access 2007
    Join Date
    Jun 2011
    Posts
    107

    Linked Sharepoint Updates

    I have a linked table with a Sharepoint site. The table is populated with data that comes from an external source. This means that while my table may have the data: Bob, 123 Fake St, 80232, Alive, "Bob is a great customer". There is a chance that "alive" may change to "deceased" without any of the other information changing. How can I create an update statement that will notice the small change and only update this field?

    Additionally, the field for comments can be updated through the external data source and through the SharePoint. Anything that is updated on the SharePoint should remain in tact. So if a user were to add "He likes oranges" via the SharePoint, Bob's comments should read "Bob is a great customer. He likes oranges." And if the external source were to not see the "he likes oranges" but has an additional comment of "his favorite color is blue", the final table should include both the external data and the SharePoint input: "Bob is a great customer. He likes oranges. His favorite color is blue." Any idea how I can do this?



    Thanks for your help!

  2. #2
    NTC is offline VIP
    Windows 7 64bit Access 2010 32bit
    Join Date
    Nov 2009
    Posts
    2,392
    fundamentally your issue is sync. the fact that sharepoint is involved isn't really relevant. tracking sync between 2 tables is the art of replication and can become pretty complicated pretty fast. but more or less it comes down to the need to periodically check for nonduplicates.

    it would make for a very long post if I attempted to explain the ins & outs of this. but 1 key concept is for you to segregate your table into 2 tables (with a 1:1 join) so that 1 of the two tables is identical to that other changing table. this way your compare or non-duplicate checking will be as straightforward as possible - and also the updating.

    Hope this helps a bit,

Please reply to this thread with any new information or opinions.

Similar Threads

  1. query updates
    By kwooten in forum Queries
    Replies: 1
    Last Post: 06-14-2011, 11:43 AM
  2. Save Changes - inconsistent updates
    By 161 in forum Queries
    Replies: 1
    Last Post: 03-19-2011, 03:16 AM
  3. Database Updates
    By avarusbrightfyre in forum Programming
    Replies: 1
    Last Post: 09-15-2010, 02:58 PM
  4. Version Updates
    By avarusbrightfyre in forum Access
    Replies: 1
    Last Post: 09-09-2010, 11:16 AM
  5. Replies: 2
    Last Post: 03-29-2010, 11:52 AM

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  
Other Forums: Microsoft Office Forums