I'm having trouble referencing acontrol. Any advice much appreciated. Here is what my VBA reference would be, if I just went down through the 'hierarchy' using full-stops to get to the form with the value/control I want...
With frmNavigationLeft.frmNavigationTop.frmClients.sfrmReferrals.Variable/ControlName
i.e I have a Main Form ( frmClients ) holding a Subform ( sfrmReferrals ), these are both on a Navigation Form ( frmNavigationTop ), which itself is a 'sub' form of another Navigation Form ( frmNavigationLeft ). Please help if you can.:banghead:
With frmNavigationLeft.frmNavigationTop.frmClients.sfrmReferrals.Variable/ControlName
i.e I have a Main Form ( frmClients ) holding a Subform ( sfrmReferrals ), these are both on a Navigation Form ( frmNavigationTop ), which itself is a 'sub' form of another Navigation Form ( frmNavigationLeft ). Please help if you can.:banghead: