Microsoft
Software
Hardware
Network
Question : How do I run a private sub located in a subform from its parent form?
I have a private sub called recalculatetax which I have run whenever a control in the subform is updated. But I also want it to run if the shipping destination is changed in the main form i.e. update the [taxes] in the subform, when the [shipto] control is updated in the mainform. Suggestions?
Answer : How do I run a private sub located in a subform from its parent form?
From the parent for you can use:
Me.SubformControlName.Form
.MypublicS
ubName
Random Solutions
Dynamics CRM - Share activity based on team
WSS 3.0 Documents in Sharepoint
sql server 2005 installation
Using CopyFromRecordset with recordset yields a blank worksheet. Urgent!
VISUAL FOXPRO - HOW TO NUMBER OF CHARACTERS
multi-user MS Access Application
Word 2007 configuration
security update 973904 MS09-073 caused problem
Is it possible to enlarge old DOS applications running on Windows XP for easier viewing?
Checking for duplicate record AfterLostFocus