S
seeker
from a button on one form the following is executed:
DoCmd.OpenForm "frmStratificationFormSecondCheck", acNormal
Forms!frmstratificationformsecondcheck!cmbName.Value =
Forms!frmHealAssessmentSecondCheck!cmbMemberNumber.Value
Call cmbName_AfterUpdate
an error "procedure is not defined" is thrown. How do you call an
afterupdate procedure from a button. I have looked at a few other threads
and the above seems to be correct.
DoCmd.OpenForm "frmStratificationFormSecondCheck", acNormal
Forms!frmstratificationformsecondcheck!cmbName.Value =
Forms!frmHealAssessmentSecondCheck!cmbMemberNumber.Value
Call cmbName_AfterUpdate
an error "procedure is not defined" is thrown. How do you call an
afterupdate procedure from a button. I have looked at a few other threads
and the above seems to be correct.