Hi Im just a little stumped.
how can a pass a form name to a module?
for example:
at present that has the form name hard coded like:
frmorders.fOptBegins.Value
But Becuase I want to use the same module on a different form how can I make "frmOrders" a variable of which ever form it was called from
ie:
frm.fOptBegins.Value
thanks
how can a pass a form name to a module?
for example:
at present that has the form name hard coded like:
frmorders.fOptBegins.Value
But Becuase I want to use the same module on a different form how can I make "frmOrders" a variable of which ever form it was called from
ie:
frm.fOptBegins.Value
thanks