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
Need to import data from SQL Query Analyzer to MS Access
Excel Web Access Error ?
Extend reset password time
How to use "if" statement in access 2003
Parsing .aspx page with XMLReader, get a list of controls
Insert activex into access 2000
Convert Text field type to Date/Time
Error after converting Macro to VBA
Exchange 2010 Uninstall
¿Why is Access 2007 not respecting the Windows Date format setting?