How to update table design changes from SQL Server in Access

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • Seth Schrock
    Recognized Expert Specialist
    • Dec 2010
    • 2965

    How to update table design changes from SQL Server in Access

    I think that this belongs in the Access topic, but this might be more of a SQL Server question.

    Anyway, I have an Access 2010 database that is linked to tables in SQL Server 2005. I have noticed that when I make design changes to the table, it doesn't get updated in Access. I have tried closing and reopening Access, but that didn't work either. Is there a way to have the tables update without deleting the link and then relinking them?
  • zmbd
    Recognized Expert Moderator Expert
    • Mar 2012
    • 5501

    #2
    You should be able to just re-fresh the links.

    Comment

    • Seth Schrock
      Recognized Expert Specialist
      • Dec 2010
      • 2965

      #3
      I had forgotten about that option. It worked perfectly. Thanks Z.

      Comment

      • zmbd
        Recognized Expert Moderator Expert
        • Mar 2012
        • 5501

        #4
        You can do this via vba too... basically it's the relinker code without the reconnection.

        Comment

        • Seth Schrock
          Recognized Expert Specialist
          • Dec 2010
          • 2965

          #5
          It probably wouldn't be a bad idea to refresh the link when the database opens so that when I push this out to my users (who run Access Runtime) and there is a network outage, they can just close out and get back in and have the links refreshed.

          Comment

          Working...