I've got a form (frmDeal) that has a subform (frmDeal_Tranch e) that has a
subform (frmDeal_Tranch eCusip).
When I try to refer to properties on the "Cusip" form at the end of the chain,
MS Access is throwing "2455: Expression has invalid reference to Property
Form/Report"
In an Immediate window:
------------------------------------------
?me.Name
frmDeal
?me.subTranche. Form.Name
frmDeal_Tranche
?me.subTranche. Form!subCusips. name
subCusips
?me.subTranche. Form!subCusips. SourceObject
frmDeal_Tranche Cusip
?me.subTranche. Form!SubCusips. Form.name
("2455: Expression has invalid reference to Property Form/Report")
------------------------------------------
Am I trying to push MS Access to far?
Or am I just doing something simple-and-dumb?
--
PeteCresswell
subform (frmDeal_Tranch eCusip).
When I try to refer to properties on the "Cusip" form at the end of the chain,
MS Access is throwing "2455: Expression has invalid reference to Property
Form/Report"
In an Immediate window:
------------------------------------------
?me.Name
frmDeal
?me.subTranche. Form.Name
frmDeal_Tranche
?me.subTranche. Form!subCusips. name
subCusips
?me.subTranche. Form!subCusips. SourceObject
frmDeal_Tranche Cusip
?me.subTranche. Form!SubCusips. Form.name
("2455: Expression has invalid reference to Property Form/Report")
------------------------------------------
Am I trying to push MS Access to far?
Or am I just doing something simple-and-dumb?
--
PeteCresswell
Comment