From: LA Lawyer on
I am using Access 2007 to open another form and to assign a new value to
control. So far, so good.

I want Access to run the code on the newly changed control as if I clicked
on it. I have tried a bunch of ways and nothing has worked.


From: Marshall Barton on
LA Lawyer wrote:

>I am using Access 2007 to open another form and to assign a new value to
>control. So far, so good.
>
>I want Access to run the code on the newly changed control as if I clicked
>on it. I have tried a bunch of ways and nothing has worked.
>

Right after you set the control's value, call the control's
AfterUpdate event:

Me.control = ...
control_AfterUpdate

--
Marsh
MVP [MS Access]
 | 
Pages: 1
Prev: Office 2003 SP issue
Next: Error 2427