Q
Question Boy
I am having trouble getting the synthax right to call a form control's
afterupdate event.
I been trying to use
sForm = "frm_Invoicing"
Call Forms(sForm).Form.cbo_fltrbyInvId_AfterUpdate
but I can't get it to fire. How can I get the cbo_fltrbyInvId_AfterUpdate
event to trigger?
Thank you,
QB
afterupdate event.
I been trying to use
sForm = "frm_Invoicing"
Call Forms(sForm).Form.cbo_fltrbyInvId_AfterUpdate
but I can't get it to fire. How can I get the cbo_fltrbyInvId_AfterUpdate
event to trigger?
Thank you,
QB