O
Orlando
Hi, I have a principal form with 4 identicals subforms, now I need to call
from each of this subforms a pop form, which get some information from the
subform is calling the pop form, my question is because the sub forms are
identical just change the name of the subform there any way to call the same
pop form from the different subforms?
let say to get the txtbox MealTydID from the txtcalories in the subform I do:
=[Forms]![frmDailyPlan]![fsubdailyPlan1].[Form]![MealTypeID]
Can i do something like that:
=[Forms]![frmDailyPlan]![FormCallingMe].[Form]![MealTypeID]
Thanks
from each of this subforms a pop form, which get some information from the
subform is calling the pop form, my question is because the sub forms are
identical just change the name of the subform there any way to call the same
pop form from the different subforms?
let say to get the txtbox MealTydID from the txtcalories in the subform I do:
=[Forms]![frmDailyPlan]![fsubdailyPlan1].[Form]![MealTypeID]
Can i do something like that:
=[Forms]![frmDailyPlan]![FormCallingMe].[Form]![MealTypeID]
Thanks