Microsoft
Software
Hardware
Network
Question : Refer to Control on Main Form
On a form I have a tab control. Inside the tab control I have a sub form
The tab control is called TabCtlStudentMenu
The tab control has an - On Change - event
If I change something in the sub form, I want the On Change event to run.
I have tried:
forms!frmMain.TabCtlStuden
tMenu_Chan
ge
but get an error
What is the correct syntax?
Answer : Refer to Control on Main Form
You need to make sure that the procedure you are calling is defined as Public not Private.
Random Solutions
dateadd function returns weekends even when weekday "w" is specified
How to import data into excel sheet from remote unix box.
Can someone suggest the easiest way to print 1099-R Forms in MS Word
How do I find and delete data in excel using a list of data?
How to make all the controls readonly at runtime in c# windows form
Creating Add/Edit forms for levels of BOM assemblies in Access
Dropdowns in grid view 'edit item template' not working
PLEASE HELP-I Can't make changes to email settings in Outlook
What is X400 & X500 in Active directory.
problem with a FormView control in a sharepoint page.