Results 1 to 8 of 8
  1. #1
    Derrick T. Davidson is offline Competent Performer
    Windows 8 Access 2010 64bit
    Join Date
    Mar 2013
    Posts
    142

    Cannot Edit Form


    I have a query that matches supplier selected [tblPickSupplier] with suppliers table [tblSuppliers]. The query loads the correct form but I can not Edit the form, I have ensured there are no unique values in the query properties but the form is displayed but uneditable? What am I doing wrong?

  2. #2
    RuralGuy's Avatar
    RuralGuy is offline Administrator
    Windows 7 64bit Access 2013
    Join Date
    Mar 2007
    Location
    8300' in the Colorado Rocky Mountains
    Posts
    12,922
    See if there is anything in this link that rings a bell: http://allenbrowne.com/ser-61.html

  3. #3
    Derrick T. Davidson is offline Competent Performer
    Windows 8 Access 2010 64bit
    Join Date
    Mar 2013
    Posts
    142
    I cant see anything obvious here is a screen shot of my query?Click image for larger version. 

Name:	Screen.jpg 
Views:	8 
Size:	108.2 KB 
ID:	12754

  4. #4
    RuralGuy's Avatar
    RuralGuy is offline Administrator
    Windows 7 64bit Access 2013
    Join Date
    Mar 2007
    Location
    8300' in the Colorado Rocky Mountains
    Posts
    12,922
    Show the SQL view of the query, please.

  5. #5
    Derrick T. Davidson is offline Competent Performer
    Windows 8 Access 2010 64bit
    Join Date
    Mar 2013
    Posts
    142
    SELECT tblSuppliers.[SupID], tblSuppliers.[SupSupplier], tblSuppliers.[SupSal], tblSuppliers.[SupFirstName], tblSuppliers.[SupMI], tblSuppliers.[SupLastName], tblSuppliers.[SupSuffix], tblSuppliers.[SupNickName], tblSuppliers.[SupJobTitle], tblSuppliers.[SupGender], tblSuppliers.[SupAddress1], tblSuppliers.[SupAddress2], tblSuppliers.[SupBarangay], tblSuppliers.[SupCity], tblSuppliers.[SupProvince], tblSuppliers.[SupRegion], tblSuppliers.[SupPostCode], tblSuppliers.[SupCountry], tblSuppliers.[SupPhone], tblSuppliers.[SupFax], tblSuppliers.[SupCellPhone], tblSuppliers.[SupE-mail], tblSuppliers.[SupNotes], tblSuppliers.[SupTIN], tblSuppliers.[SupVAT]
    FROM tblSuppliers INNER JOIN tblPickEditAddSupplier ON tblSuppliers.SupSupplier = tblPickEditAddSupplier.EdSupSupplier;

  6. #6
    RuralGuy's Avatar
    RuralGuy is offline Administrator
    Windows 7 64bit Access 2013
    Join Date
    Mar 2007
    Location
    8300' in the Colorado Rocky Mountains
    Posts
    12,922
    Could this line apply?
    The fields in a JOIN are not indexed correctly: there is no primary key or unique index on the JOINed fields.

  7. #7
    Derrick T. Davidson is offline Competent Performer
    Windows 8 Access 2010 64bit
    Join Date
    Mar 2013
    Posts
    142
    Git it thanks changed the linked fields and no problem. Thank you for your help.

  8. #8
    RuralGuy's Avatar
    RuralGuy is offline Administrator
    Windows 7 64bit Access 2013
    Join Date
    Mar 2007
    Location
    8300' in the Colorado Rocky Mountains
    Posts
    12,922
    Excellent! Glad we could help.

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

Similar Threads

  1. Replies: 1
    Last Post: 05-31-2013, 08:53 AM
  2. Search table in form / edit data in form
    By Guitarzan in forum Access
    Replies: 3
    Last Post: 10-02-2012, 11:37 AM
  3. Replies: 1
    Last Post: 12-04-2011, 09:11 PM
  4. How to edit data in a form
    By x3ldonx in forum Forms
    Replies: 2
    Last Post: 10-11-2010, 01:20 AM
  5. Cannot not edit form
    By stingray_69 in forum Forms
    Replies: 3
    Last Post: 03-18-2010, 10:49 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