Results 1 to 2 of 2
  1. #1
    raynman1972 is offline Advanced Beginner
    Windows 7 64bit Access 2010 32bit
    Join Date
    May 2012
    Posts
    31

    When running an UPDATE, getting "Could not find file..Groups.mdb" Error

    I have imported two tables, USER_WORGROUPS and WORKGROUPS via ODBC connections. I have added an extra column to USER_WORKGROUPS called WORKGROUP_NAME which I would like to update whenever data is refreshed using the following UPDATE query:



    UPDATE USER_WORKGROUPS.WORKGROUP_NAME
    SET USER_WORKGROUPS.WORKGROUP_NAME = WORKGROUPS.WORKGROUP_ID
    WHERE USER_WORKGROUPS.WORKGROUP_ID = WORKGROUPS.WORKGROUP_ID;

    When I run this code, I get the "Could not find file..Groups.mdb" Error. As and additional detail, this is a brand new DB that I just built this morning and have saved to a local drive.

  2. #2
    raynman1972 is offline Advanced Beginner
    Windows 7 64bit Access 2010 32bit
    Join Date
    May 2012
    Posts
    31
    Never mind, I caught my error:

    UPDATE USER_WORKGROUPS, WORKGROUPS
    SET USER_WORKGROUPS.WORKGROUP_NAME = WORKGROUPS.WORKGROUP_NAME
    WHERE USER_WORKGROUPS.WORKGROUP_ID = WORKGROUPS.WORKGROUP_ID;

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

Similar Threads

  1. Replies: 0
    Last Post: 12-06-2011, 11:01 AM
  2. Replies: 1
    Last Post: 04-14-2011, 03:46 PM
  3. "could not find file"
    By sarah54 in forum Access
    Replies: 14
    Last Post: 02-06-2011, 07:25 PM
  4. "Can't find field"error msg
    By gg80 in forum Reports
    Replies: 4
    Last Post: 01-17-2011, 12:46 AM
  5. Error message and How do I find the "value Field" ?
    By createdwithfire in forum Forms
    Replies: 1
    Last Post: 11-05-2009, 12:26 PM

Tags for this Thread

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