CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com
Results 1 to 2 of 2
  1. #1
    Join Date
    Dec 1999
    Location
    VA, USA
    Posts
    8

    Linked Table Manager - Urgent

    Hi,

    I am working on an MS Access project. I have split the database into the backend tables and the front end forms. I have put the backend on the server, with the frontend on my machine. When I try to update the links for the tables using the Linked table manager, the application hangs up. What could be the problem? Immediate help would be really appreciated.

    Thanks in advance.

    Nandini


  2. #2
    Join Date
    Jul 1999
    Location
    USA
    Posts
    101

    Re: Linked Table Manager - Urgent

    Make sure that when you are updating the tables, the data is not simultaneously accessed some where else.

    Srikanth


Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  





Click Here to Expand Forum to Full Width

Featured