Call Public Sub on Subform Syntax

TimTDP

Registered User.
Local time
Today, 21:32
Joined
Oct 24, 2008
Messages
213
I have form (frmCustomer) which has a subform (frmCustomerQuotation) which also has a subform (frmCustomerQuotationProduct)

In subform (frmCustomerQuotationProduct) I have a Public Sub called UpdateCosting

What is the correct syntax to call UpdateCosting from frmCustomerQuotation?

Many thanks
 
Me.Parent.Form.SubName

Make sure the sub is Public.
 

Users who are viewing this thread

Back
Top Bottom