Results 1 to 5 of 5
  1. #1
    aytee111 is offline Competent At Times
    Windows 7 32bit Access 2010 32bit
    Join Date
    Nov 2011
    Location
    Nomad
    Posts
    3,936

    Query no longer working in Access 2013

    Sadly I do not have access to Access 2013 and am hoping someone can help me.

    My form's record source is a query with a Right Join and it no longer allows him to add records like it does in 2010.

    SELECT tblA.*, tblB.DName FROM tblB RIGHT JOIN tblA ON tblB.ID = tblA.D_ID;



    Does anyone know what has changed in 2013 that might be causing this to happen?

    Thanks

  2. #2
    June7's Avatar
    June7 is offline VIP
    Windows 7 64bit Access 2010 32bit
    Join Date
    May 2011
    Location
    The Great Land
    Posts
    52,930
    Are other edits possible? Why is the RecordSource a join query anyway? Which table is the form supposed to edit and why is the other table included?
    How to attach file: http://www.accessforums.net/showthread.php?t=70301 To provide db: copy, remove confidential data, run compact & repair, zip w/Windows Compression.

  3. #3
    aytee111 is offline Competent At Times
    Windows 7 32bit Access 2010 32bit
    Join Date
    Nov 2011
    Location
    Nomad
    Posts
    3,936
    Yes, edits are possible.

    I need the name from tblB, hence the join.

    Records being added/edited tblA.

  4. #4
    June7's Avatar
    June7 is offline VIP
    Windows 7 64bit Access 2010 32bit
    Join Date
    May 2011
    Location
    The Great Land
    Posts
    52,930
    Can't imagine why 2013 would have issue - never used 2013.

    Instead of join, an alternative could be a multi-column combobox that has the name as one of the RowSource fields.

    Is there a combobox for selection of ID that is associated with the name?

    And as a last resort - DLookup()
    How to attach file: http://www.accessforums.net/showthread.php?t=70301 To provide db: copy, remove confidential data, run compact & repair, zip w/Windows Compression.

  5. #5
    aytee111 is offline Competent At Times
    Windows 7 32bit Access 2010 32bit
    Join Date
    Nov 2011
    Location
    Nomad
    Posts
    3,936
    LOL, DLookup is definitely a last resort. I haven't looked at this system in years so was hoping for a quick solution before I delved into doing any modifications, seeing that it works fine on everyone else's computers. Sigh. Thanks for your assistance, anyway.

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

Similar Threads

  1. Replies: 7
    Last Post: 12-04-2014, 12:47 PM
  2. Replies: 2
    Last Post: 06-18-2013, 09:06 AM
  3. Replies: 2
    Last Post: 05-29-2013, 01:44 PM
  4. Replies: 1
    Last Post: 05-21-2013, 01:28 PM
  5. Print button no longer working
    By kris335 in forum Programming
    Replies: 6
    Last Post: 09-28-2012, 08:56 PM

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