M
MKM
How can you call a sub when the sub name is derived from a
menu (form). Example:
Call Forms!frmMenu.Column(2)
Column(2) is the name of the sub.
MKM
menu (form). Example:
Call Forms!frmMenu.Column(2)
Column(2) is the name of the sub.
MKM