Form Account Observer

Option Explicit
Implements AccountObserver

Dim mvarForm As Form

Public Sub setForm(theForm As Form)
    Set mvarForm = theForm
End Sub

Private Sub AccountObserver_update(modifiedAccount As Account)
    Call mvarForm.update(modifiedAccount)
End Sub

..................Content has been hidden....................

You can't read the all page of ebook, please click here login for view all page.
Reset
3.128.79.215