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 prevent "Request Timed Out" error in aspx pages? How to increase the timeout?
directory access via relative path ?
C# -- TableAdapter -- "GetDataBy" Column Value ?
Changing Primary SMTP Address
Dropdown list with Category & subcategories out of the same table
Active X problem with Windows 2000 TS and IE 6 SP1
IE can't see internet, but pings gateway ok
Access Date Interval Query
SQL query using the Count function in Access
How to change sql authentication for MS Access ADP