Calling a form from 4 different subforms

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
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top