Results 1 to 2 of 2
  1. #1
    spidge32 is offline Advanced Beginner
    Windows 10 Access 2013 32bit
    Join Date
    Jul 2021
    Posts
    58

    On Update or change field from 1 sub form to another sub form

    I have 2 sub forms
    1.frmWindingDetailSubForm
    Fields. fldWdgNumber (Integer)
    fldWdgType (Text) (3 Char)



    2. frmTerminationData
    Fields. fldTermNo (Integer)
    fldTermType (Text) (3 Char)

    I would like to update the fields in the sub form frmTerminationData when the fields in WindingDetailSubForm are updated or changed

    Except when the fldWdgType is the type starting with I

    Thank you in advance

  2. #2
    ranman256's Avatar
    ranman256 is offline VIP
    Windows Vista Access 2010 32bit
    Join Date
    Apr 2014
    Location
    Kentucky
    Posts
    9,525
    run an update query using the keys

    UPDATE tClients INNER JOIN tClientHist ON tClients.ClientID = tClientHist.ClientID SET tClients.Active = [tclients].[NewVal] WHERE (((tClients.ClientID)=forms!fMasterForm!subform!fo rm!txtID));

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

Similar Threads

  1. Replies: 5
    Last Post: 05-15-2018, 10:11 AM
  2. Replies: 2
    Last Post: 11-09-2016, 05:54 PM
  3. Replies: 1
    Last Post: 06-25-2016, 02:00 PM
  4. Replies: 1
    Last Post: 04-18-2016, 04:55 PM
  5. Replies: 3
    Last Post: 09-20-2012, 11:23 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