• After update handling (Access 2000)

    Author
    Topic
    #400821

    I want to put one and same function under 2 controls in my subform. The controls are
    called quantity and cartons. Is it posible to build a code that recognizes the after update event of the controls quantity and cartons. In other words, my code must
    recognize the after update events of the control and the cartons.Something of the following order

    If Me![MySubform].[Form].[Quantity].AfterUpdfate = True Then
    Do Something
    Else If Me![MySubform].[Form].[cartons].AfterUpdate = True Then
    Do something
    End If

    Viewing 1 reply thread
    Author
    Replies
    • #784713

      Why would you put code destined to be used on a subform in the main form?

      • #784724

        because it is placed in the module section of the database.But if you disregard that, is it possile at all to use one and the same function in both controls
        placed in the afterupdate event?

        Regards

      • #784725

        because it is placed in the module section of the database.But if you disregard that, is it possile at all to use one and the same function in both controls
        placed in the afterupdate event?

        Regards

    • #784714

      Why would you put code destined to be used on a subform in the main form?

    Viewing 1 reply thread
    Reply To: After update handling (Access 2000)

    You can use BBCodes to format your content.
    Your account can't use all available BBCodes, they will be stripped before saving.

    Your information: