M
Mark Kubicki
if I need to pass the name of a form in the OenArgs of a command button's
click
(the command button is on that form), the code behind it is something like
this:
DoCmd.OpenForm...openArgs:=me.name
how do I pass the name of the control that fired the event in the OpenArgs
parameters?
thanks in advance,
mark
click
(the command button is on that form), the code behind it is something like
this:
DoCmd.OpenForm...openArgs:=me.name
how do I pass the name of the control that fired the event in the OpenArgs
parameters?
thanks in advance,
mark