Results 1 to 5 of 5
  1. #1
    MdHaziq is offline Competent Performer
    Windows 10 Access 2016
    Join Date
    Sep 2017
    Location
    Singapore
    Posts
    124

    Recordset is unupdateable

    Hello,
    Forum

    I am stuck with this problem of using frmLog to make a selection of items in the updating list which is appended from tblAddNew.

    I want to show what is in the combo box after the selection has been made in a textbox beside. When I did that, the form stopped working.

    Can someone help me?



    TIA

    Haziq
    Attached Files Attached Files

  2. #2
    CJ_London is online now VIP
    Windows 10 Access 2010 32bit
    Join Date
    Mar 2015
    Posts
    11,409
    rule is one table, one form. By adding a second table to your form recordsource, it no longer becomes updateable.

    instead, remove the tblUpdating from the recordsource and change the control source for the subsystem control to

    =itemid.column(1)

    Repeat for the other controls with the relevant column number.

    Note, it should not be necessary to show the ID field since this should be a system field on no interest to the user

  3. #3
    June7's Avatar
    June7 is offline VIP
    Windows 10 Access 2010 32bit
    Join Date
    May 2011
    Location
    The Great Land
    Posts
    52,895
    NewItemID in tblUpdating needs to be designated as primary key because this value is being saved into ItemID of tblLog. I don't see need to include tblUpdating in the form RecordSource.

    Ideally, calculated data, especially aggregate calcs, would not be saved. Enter transaction records and calculate balance when needed. Review http://allenbrowne.com/AppInventory.html
    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.

  4. #4
    MdHaziq is offline Competent Performer
    Windows 10 Access 2016
    Join Date
    Sep 2017
    Location
    Singapore
    Posts
    124
    Thank you all for your replies.

  5. #5
    MdHaziq is offline Competent Performer
    Windows 10 Access 2016
    Join Date
    Sep 2017
    Location
    Singapore
    Posts
    124

    columncount for report

    I would like to let users select the subsystem,item and location via cascading combo boxes and leading to ItemID in tblUpdating. Can it be done?
    I also would like to display the columns in ItemIDST a new field I created to display subsystem,item, location and with val(), Total Quantity too.
    But I realize that report do not have function column count. I would like to do the same thing with rptLog.
    Attached Files Attached Files

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

Similar Threads

  1. Replies: 6
    Last Post: 12-03-2013, 11:14 PM
  2. Unupdateable query
    By j9070749 in forum Queries
    Replies: 2
    Last Post: 11-01-2013, 04:19 PM
  3. Replies: 2
    Last Post: 03-08-2012, 12:59 PM
  4. Replies: 1
    Last Post: 11-13-2009, 03:03 AM
  5. ODBC Linked Tables Become Unupdateable
    By dollardeveloper in forum Access
    Replies: 0
    Last Post: 04-08-2009, 07:13 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