M
Mr. Smith
Hi
I try to call a Public Sub procedure from outside the actual form it is
connected to.
In example I use this statement sucessfully:
Forms!frm_myform.Form.Form_load
to run the Public Sub Form_load procedure from another form
In this case I have an AfterUpdate procedure on a combo box which I want to
initialize from another form, but the below statement will not work.
Forms!frm_myform.Form.cboMyClients_AfterUpdate
I get "Application defined or objectdefined error"
Please give me a hint if you have suggetstion to why this is not working, or
have a "smoother" routine to call a procedure from outside the actual form
it is placed.
Regards
Mr. Smith
I try to call a Public Sub procedure from outside the actual form it is
connected to.
In example I use this statement sucessfully:
Forms!frm_myform.Form.Form_load
to run the Public Sub Form_load procedure from another form
In this case I have an AfterUpdate procedure on a combo box which I want to
initialize from another form, but the below statement will not work.
Forms!frm_myform.Form.cboMyClients_AfterUpdate
I get "Application defined or objectdefined error"
Please give me a hint if you have suggetstion to why this is not working, or
have a "smoother" routine to call a procedure from outside the actual form
it is placed.
Regards
Mr. Smith