R
Roy Goldhammer
Hello there
I need to replace the event procedure of control in runtime and send byref
currentForm
I tried to make something like this:
ctl.AfterUpdate = "=myFunction([Me])
and it brought me an error:
The expression after update you entered as the event property setting
produced the following error: The object dosn't contain the automation
object 'me.'
is there a way to send current form i'm working with to function:
I need to replace the event procedure of control in runtime and send byref
currentForm
I tried to make something like this:
ctl.AfterUpdate = "=myFunction([Me])
and it brought me an error:
The expression after update you entered as the event property setting
produced the following error: The object dosn't contain the automation
object 'me.'
is there a way to send current form i'm working with to function: