Results 1 to 4 of 4
  1. #1
    charlieb is offline Novice
    Windows 7 32bit Access 2013
    Join Date
    Feb 2015
    Posts
    20

    recordset won't update

    I made a query using 2 tables and a lot of equations. It is the record source for my form. When I run it the form is read only and I cant change the fields or move to a new record. What is the problem and how can I get around it?

  2. #2
    ranman256's Avatar
    ranman256 is offline VIP
    Windows Vista Access 2010 32bit
    Join Date
    Apr 2014
    Location
    Kentucky
    Posts
    9,549
    Is the form set to updatable?
    is the query in the form set to dynaset?
    sometimes joining 2 tables make it impossible to update. Just update 1 unjointed.

  3. #3
    ssanfu is offline Master of Nothing
    Windows XP Access 2000
    Join Date
    Sep 2010
    Location
    Anchorage, Alaska, USA
    Posts
    9,664
    Not a whole lot of info provided, but you might think about using a main form/sub form arraignment.

  4. #4
    CJ_London is offline VIP
    Windows 8 Access 2010 32bit
    Join Date
    Mar 2015
    Posts
    11,845
    I agree with other posters comments - calculated values in a query wont be updateable and if you think about an update - how does access 'know' which table to update?

    Depending on your query and form, you could try changing the form recordset type to dynaset - inconsistent updates. You may also need to move some of your calculated values to unbound controls on your form for this to work. If that doesn't work and you need to keep the recordsource to two tables and lots of calcs, your only other recourse is to use an unbound form - google 'access unbound forms' for more information

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

Similar Threads

  1. Update recordset - 'Not responding'
    By tariq1 in forum Programming
    Replies: 2
    Last Post: 08-11-2012, 11:33 AM
  2. Update Query?? or RecordSet??
    By bbrazeau in forum Queries
    Replies: 2
    Last Post: 01-13-2012, 08:44 AM
  3. Update combo box from recordset
    By kc1 in forum Access
    Replies: 5
    Last Post: 12-12-2011, 06:14 PM
  4. Replies: 3
    Last Post: 08-03-2010, 02:24 PM
  5. Replies: 1
    Last Post: 07-17-2010, 08:55 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