Hi Ted
Try:
Call Forms("frmNJForms").ProcedureName
Make sure that ProcedureName is declared Public in the form's class module.

Signature
Good Luck!
Graham Mandeno [Access MVP]
Auckland, New Zealand
> Hi all,
>
[quoted text clipped - 7 lines]
> Thanks in Advance
> Ted
Ken Snell [MVP] - 31 Mar 2005 22:27 GMT
Or
Call Form_frmNJForms.ProcedureName

Signature
Ken Snell
<MS ACCESS MVP>
> Hi Ted
>
[quoted text clipped - 14 lines]
>> Thanks in Advance
>> Ted