Results 1 to 4 of 4
  1. #1
    vugar is offline Advanced Beginner
    Windows 7 64bit Access 2013
    Join Date
    Apr 2014
    Posts
    53

    Event procedure

    Could you please help with event:



    Private Sub ECID_AfterUpdate()
    EquipmentList.Requery
    Details.Requery


    End Sub


    Private Sub EquipmentList_AfterUpdate()


    End Sub


    Private Sub Details_AfterUpdate()


    End Sub

    but it does't work,

  2. #2
    burrina's Avatar
    burrina is offline VIP
    Windows 8 Access 2010 32bit
    Join Date
    Oct 2012
    Location
    Freeport,Texas
    Posts
    1,383
    What exactly are you trying to do? Do you want to refresh the forms data, just a few controls on the form or what?

    Example:
    Me.Requery

  3. #3
    vugar is offline Advanced Beginner
    Windows 7 64bit Access 2013
    Join Date
    Apr 2014
    Posts
    53
    I wanted to say when "EСID"changes that "EquipmentList" and "Details" showed interpretation are an item that are specific to ECID.

  4. #4
    vugar is offline Advanced Beginner
    Windows 7 64bit Access 2013
    Join Date
    Apr 2014
    Posts
    53
    Warehouse5.zip

    I wanted to say when "EСID" will update then "EquipmentList" and "Details" shows only item that are specific to ECID.
    ECID_AfterUpdate then EquipmentList.Requery and Details.Requery.
    Could you please tell how I can write correctly event?
    Thank you.


    Private Sub ECID_AfterUpdate()
    EquipmentList.Requery
    Details.Requery


    End Sub


    Private Sub EquipmentList_AfterUpdate()


    End Sub


    Private Sub Details_AfterUpdate()


    End Sub

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

Similar Threads

  1. Form Event Procedure
    By Jgk in forum Forms
    Replies: 7
    Last Post: 03-30-2014, 04:31 PM
  2. Replies: 1
    Last Post: 03-29-2014, 07:46 PM
  3. Replies: 3
    Last Post: 05-07-2012, 12:17 PM
  4. 'After update' Event procedure
    By sk88 in forum Access
    Replies: 5
    Last Post: 08-30-2011, 02:51 PM
  5. On-Click Event Procedure
    By tbassngal in forum Forms
    Replies: 6
    Last Post: 07-20-2011, 07:06 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