Results 1 to 5 of 5
  1. #1
    hawkdan is offline Novice
    Windows 10 Access 2013
    Join Date
    Dec 2015
    Posts
    2

    Trouble being able to input data in fields on form


    I apologize for my rawness, but I use a linked access application/database for scheduling and scoring cheerleading competitions. I have been able to make everything work, but I have a form for scoring day 2 at events that I cannot input data into the fields. I have solved this issue on a previous form, and recall that it was a simple fix, but I can not for the life of me remember how I did it previously. I have checked every option I can think of versus a working form, and all the properties are the same. Any direction on how I can effect the input fields in a form outside of the property sheet would be appreciated. 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
    53,771
    You confirmed AllowEdits property is Yes?

    What is the form's RecordSource - table or query? If query, what is the SQL statement?
    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
    hawkdan is offline Novice
    Windows 10 Access 2013
    Join Date
    Dec 2015
    Posts
    2
    Allow edits is yes. AttachedClick image for larger version. 

Name:	Screenshot (2).png 
Views:	8 
Size:	78.8 KB 
ID:	22895 is a screen shot of my query for the form.

  4. #4
    June7's Avatar
    June7 is offline VIP
    Windows 7 64bit Access 2010 32bit
    Join Date
    May 2011
    Location
    The Great Land
    Posts
    53,771
    Looks like a non-normalized data structure. Six tables for scores should probably be one table.

    Usually a form can do data entry/edit for only 1 table. What table is target of this form?

    I suspect the query is not editable, which means the form based on query would not allow data edits. I don't know your db so can't really advise how to modify the query. Simplify the query until it allows edits.

    I REALLY don't like compound keys but should not be an issue.
    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
    CJ_London is online now VIP
    Windows 8 Access 2010 32bit
    Join Date
    Mar 2015
    Posts
    11,933
    see if changing your form recordset type to dynaset inconsistent updates solves the problem. If not then as June says - the query is too complex to be edited

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

Similar Threads

  1. Replies: 6
    Last Post: 04-04-2015, 08:10 AM
  2. Input Forms - How To Input Multiple Fields/Records?
    By butterbescotch in forum Forms
    Replies: 1
    Last Post: 04-04-2013, 06:30 AM
  3. Replies: 3
    Last Post: 10-23-2012, 09:04 AM
  4. Replies: 1
    Last Post: 01-12-2012, 04:05 AM
  5. Replies: 2
    Last Post: 06-01-2011, 09:32 AM

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