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
users cannot open Tiff files in outlook in a Terminal server enviroment
Need to make some space on server - can I remove PCHEALTH folder
xlThick > VBA Conditional Formatting
SQL : Validation Records Before Insert
add/edit/delete from dataset, and bind a field in dataset to a combobox,
can I copy a picture in the header section into another left header section of another sheet in the same workbook?
Access SQL: Self Join with Multiple Criteria
Setting up Server 2008 in a branch office with SBS 2008
Problem with SQL syntax
Is there an easy way to tell why a server rebooted unexpectedly?