Results 1 to 4 of 4
  1. #1
    jgelpi16 is offline Expert
    Windows XP Access 2007
    Join Date
    Mar 2010
    Location
    Charlotte, NC
    Posts
    544

    Question Recordset not updateable


    I have a simple continuous form that has a combo box where the user can select three different options. This form is based upon a table where the only criteria is the UserID in the table match the UserID on the form. I keep getting the "This recordset is not updateable" error when I try to select an option from the combo box. What can I do to get around this?

  2. #2
    weekend00 is offline I may not be right
    Windows XP Access 2003
    Join Date
    Aug 2010
    Posts
    1,295
    because you set the control souce of the combo box to a field of the data source of you form while the data source of the form is not updatable(maybe a query).

    when you change the selection of the combo box, access try to update the "control source" field. if it's not updatable, it raise an error.

  3. #3
    jgelpi16 is offline Expert
    Windows XP Access 2007
    Join Date
    Mar 2010
    Location
    Charlotte, NC
    Posts
    544
    Not quite sure I follow....

    The data source for the form is a query, not the table itself. Is the only way to get around this to directly relate the form to the table? If that is the case I would have to filter the form in VBA as opposed to in SQL. Was trying to avoid that but I will if it is necessary.

  4. #4
    jgelpi16 is offline Expert
    Windows XP Access 2007
    Join Date
    Mar 2010
    Location
    Charlotte, NC
    Posts
    544
    I went ahead and just did the filter in VBA instead of the SQL. Thanks for the help.

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

Similar Threads

  1. this recordset is not updateable
    By astraxan in forum Queries
    Replies: 6
    Last Post: 05-24-2010, 02:06 PM
  2. Replies: 0
    Last Post: 03-27-2010, 01:25 PM
  3. Replies: 1
    Last Post: 11-13-2009, 03:03 AM
  4. This Recordset Is Not Updateable
    By botts121 in forum Access
    Replies: 1
    Last Post: 11-11-2009, 05:43 PM
  5. This record set is not updateable,
    By MFS in forum Forms
    Replies: 1
    Last Post: 03-24-2009, 08:46 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