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
How to show detail on summary report that is pulled into another report (sub-report)
DAO Recordset issue Access 2007 VBA
Foxpro Can't Seem to Find Word 2007 under Windows 7
SQL Subquery find previous record in a group
TWO MILLIONAIRE - Why do you like being an Access Expert?
SBS08 - Remote Web Workplace Certificate Error
CONVERT Date Time
Using More Than 1 Delimiter In Excel 2007 (Pipe & Comma)
Query runs fine for most but not for two people...???
Need SQL Syntax help to make my qry more efficient.