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
Arrays into Crystal Reports
set access rights for public folders on exchange 2007
DNS Error - Server cannot be found
Windows XP Professional - administrator account is missing, can't get it back, files are directory structure still there
Color Control on a form in Access 2003
binding items collection of several comboBoxes to the Values in a specified column of the table
SBS 2008 Remote Web Workspace getting 10009 and continously prompting users for password, not letting them into there PCs
How to delete a replica from the synchronization list?
Use a countdown display in a batch .bat file
Setting references in a new Access 2003 database using VBA