Results 1 to 7 of 7
  1. #1
    RayMilhon is offline VIP
    Windows 7 64bit Access 2010 32bit
    Join Date
    Aug 2011
    Location
    Southern California
    Posts
    1,067

    Subform no longer accepts new records

    I have an Access 2010 Database there is a main form with member demographic information on the main form is a tabcontrol with 2 tabs each containgin a subform. 1 To track user comments specific to that member 1 to track the events that member attends. Yesterday it was working fine.


    Today I added a new report to the reports form did not tough the main form or any of it's subforms. Now no new comments can be added. Even opening the table that the form has as it's recordsource won't let me add new records. The table is a linked table to SQL Server 2008 R2. If I go to SQL Server 2008 I can add new records but the link from Access won't let me???????? Like I said it worked fine yesterday. What happened? There are 15,832 Records in that table is there a limit to how many records Access will support on Linked Tables? I've never run into this before. Any assistance would be appreciated.

  2. #2
    ssanfu is offline Master of Nothing
    Windows XP Access 2010 32bit
    Join Date
    Sep 2010
    Location
    Anchorage, Alaska, USA
    Posts
    9,664
    Sounds like corruption of the Access FE. Create a backup (or 2) of the Access FE.
    Have you tried a "Compact and Repair"?

    If that doesn't fix the problem, you can try the undocumented decompile command. (it has saved me more than once )



    READ ALL OF THE FOLLOWING BEFORE ATTEMPTING TO USE THE decompile command!!!


    Use a COPY of the dB!!!!!!

    Code:
    "C:\Program Files\Microsoft Office\Office14\MSACCESS.EXE" "C:\SQL 2014 Database\FE\FE_sql_2016_02_03.accdb" /decompile
    The part in BLUE is the path to the Access program.
    The part in RED is the path to the Access dB.

    The quotes are required. Don't change them.
    The space between the path to Access and the path to the Access file is required.

    Copy the entire string (after you have modified the paths as necessary for your dB) and paste the string into the Run command, then hit enter...

    Good luck...

  3. #3
    RayMilhon is offline VIP
    Windows 7 64bit Access 2010 32bit
    Join Date
    Aug 2011
    Location
    Southern California
    Posts
    1,067
    Actually now that I think about it I did a Compact and Repair this morning prior to discovering this error.

  4. #4
    RayMilhon is offline VIP
    Windows 7 64bit Access 2010 32bit
    Join Date
    Aug 2011
    Location
    Southern California
    Posts
    1,067
    Nothing has helped still getting the error.

  5. #5
    ssanfu is offline Master of Nothing
    Windows XP Access 2010 32bit
    Join Date
    Sep 2010
    Location
    Anchorage, Alaska, USA
    Posts
    9,664
    is there a limit to how many records Access will support on Linked Tables?
    No, as long as the tables is properly linked, the number of records is limited by file size.

    Have you tried creating a new, empty dB, then importing all objects from the old dB to the new dB?

    Or delete the links to SQL and recreate them.

    Create a new dB, link to SQL, try adding a record. Maybe somehow the permissions have changed??

  6. #6
    Micron is online now Virtually Inert Person
    Windows 7 32bit Access 2007
    Join Date
    Jun 2014
    Location
    Ontario, Canada
    Posts
    12,793
    Did anyone make any changes to the linked table such as add a field with a data type that Access doesn't like? Or add a PK with Identity set to "no". Can you edit a record? I'd try creating a new db with only that table in it and try to add or edit after determining if you can edit the current connection. Don't know if you're using ODBC to connect or what, but if you can edit other tables, I guess it's not an issue of rights having being altered.
    The more we hear silence, the more we begin to think about our value in this universe.
    Paraphrase of Professor Brian Cox.

  7. #7
    RayMilhon is offline VIP
    Windows 7 64bit Access 2010 32bit
    Join Date
    Aug 2011
    Location
    Southern California
    Posts
    1,067
    Well worked on this all day finally got frustrated and dropped the attached table and re-linked it. That fixed it. Still don't know what caused it but it is corrected now. thanks for the help.

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

Similar Threads

  1. MS Access 2010 query that accepts multiple inputs
    By DebbieAnne in forum Queries
    Replies: 12
    Last Post: 10-22-2015, 01:16 PM
  2. Replies: 1
    Last Post: 05-21-2013, 01:28 PM
  3. Replies: 2
    Last Post: 02-12-2013, 11:23 AM
  4. inputbox that accepts numbers
    By bbrazeau in forum Forms
    Replies: 2
    Last Post: 11-01-2011, 06:08 AM
  5. Replies: 12
    Last Post: 08-30-2011, 03:36 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