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
Microsoft .NET Framework v1.0.3705 Update preventing entering standby...
MSG command giving Error 5 to domain admin
how to send image as a base64 XML item ?
Can't get GPO to hide drives
Microsoft Server 2003
For Experts: Obfuscated Access Contest
Publishing a web server in ISA 2006 that has links to network directories.
Binding ComboBox to ObserveableCollection: SelectedItem after deleting item from Collection
4 public folder instances remain after running moveallreplicas.ps1 How to remove or move?
VB .NET resetting a combo box