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
installing quad port graphics card
sql query help
Should I use .NET Visual, ASP.NET, Silverlight, WCF and what database?
Calculated control error in Microsoft Access 2007 report
Set number of Clients in WSUS ? 2
Excel VBA Code Problem
Cannot add event reminder in Outlook 2007 from linked Sharepoint 2003 calendar
Reporting Services 2005 - Stop report running on first page load
Event Log - Schannel Event ID: 36888
I am used to Eclipse and want F3 to 'go to definition' in the VB.NET 2005 studio