Google Groups no longer supports new Usenet posts or subscriptions. Historical content remains viewable.
Dismiss

Call Procedure from another Form

5 views
Skip to first unread message

Kwong

unread,
Apr 26, 2003, 12:25:05 PM4/26/03
to
Hi
I created two, that are formA and formB. How am I call a sub procedure on
form B from form A so that this procedure will perform something on form B


Serge Gavrilov

unread,
Apr 26, 2003, 3:39:03 PM4/26/03
to

Declare the procedure on form B as Public,
call these procedure from form A:
Forms!A.ProcedureName
or
Form_A.ProcedureName
---
Serge Gavrilov

"Kwong" <khk...@tm.net.my> :

0 new messages