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
Delete a Autoshape using vba
Group By Min(date) and Max(date)
Open Sharepoint server's pdf file in asp.net...
Error deleting File or Folder cannot delete file: Cannot read fromt he source file or disk
uninstall 2008 sql server
I can't get the Ajax script manager to be recognized by visual studio 2005??
How do I specify the entry point for a dll written in vb.net?
Two email servers (incoming), one computer, different results. Why?
XP PC on domain hangs on printing for all applications
How to sum (distinct values) in Access Report