Hi everyone. I have a calculation that requires me to use a field from a sub-form.
The calculation needs to sit in the form called, "frmCSP_PenCLRN_Specific_1". It needs to calculate how many days it took to start the clock after the trust has been advised ie. Dateclockstarted - Datetrustadvised.
The field called 'Date_trust_advised' sits within the main form where the calculation is to take place.
the field called 'Dateclockstarted' sits within the subform of the main form.
The subform is called 'CSP_PenCLRN_Specific_1_sub_form'
I have tried the following but it comes up with a Name# error. All help gratefully received!
Forms!FrmCSP_PenCLRN_Specific_1!CSP_PenCLRN_Specific_1_sub_form.Form![dateclockstarted]-[date_trust_advised]
Thanks,
Sally
The calculation needs to sit in the form called, "frmCSP_PenCLRN_Specific_1". It needs to calculate how many days it took to start the clock after the trust has been advised ie. Dateclockstarted - Datetrustadvised.
The field called 'Date_trust_advised' sits within the main form where the calculation is to take place.
the field called 'Dateclockstarted' sits within the subform of the main form.
The subform is called 'CSP_PenCLRN_Specific_1_sub_form'
I have tried the following but it comes up with a Name# error. All help gratefully received!
Forms!FrmCSP_PenCLRN_Specific_1!CSP_PenCLRN_Specific_1_sub_form.Form![dateclockstarted]-[date_trust_advised]
Thanks,
Sally