How do you call a value from a form into a subform.
I have a form with a query calculated value of Days. There is a subform on this form with other values that need the days value for other calcs.
I'm thinking,
*in the subforms footer*
*in a textbox* formated to percent*
([subformfield] / [mainform]!Days)
Any ideas?
I have a form with a query calculated value of Days. There is a subform on this form with other values that need the days value for other calcs.
I'm thinking,
*in the subforms footer*
*in a textbox* formated to percent*
([subformfield] / [mainform]!Days)
Any ideas?