call sub in another control (1 Viewer)

abenitez77

Registered User.
Local time
Today, 06:28
Joined
Apr 29, 2010
Messages
141
I have a form "mainform" and I have 2 controls on that form that ("chk_ClaimHistory" and "TabMain"). One is a checkbox and the other a Tab control. When the checkbox is unchecked, I want to call the "On Change" Event of "TabMain".

I tried putting :
Call Forms("Mainform").Controls("TabMain").Form.OnChange

On the AfterUpdate of the checkbox but it gives me an error msg. What is the correct syntax?
 

Users who are viewing this thread

Top Bottom