G
Guest
I have form 'frmBPData' and a subform 'sfrmBPPayments. The subform footer
sums subform field 'BPMonths' as 'Sum([BPMonths]): name 'BPTotalMonths'.
Query 'qryBPData' is the record source for 'frmBPData'. Control
'BPIssueDate' is a field in tblBPData and is used in 'qryBPData' and is a
data entry field on 'frmBPData'.
There is a calculated control on frmBPdata 'named 'BPExpireDate' that is
calculated by the formula
'IIf(IsDate([BPIssueDate]),DateAdd("m",Nz([sfrmBPPayments].[Form]![BPTotalMonths],0),[BPIssueDate])," ")
The problem is that I need to use 'BPExpireDate' on several reports. How
can I convert the calculated value of 'BPExpireDate' on 'frmBPData' to a
calculated field on 'qryBPData' so I can use it on reports?
sums subform field 'BPMonths' as 'Sum([BPMonths]): name 'BPTotalMonths'.
Query 'qryBPData' is the record source for 'frmBPData'. Control
'BPIssueDate' is a field in tblBPData and is used in 'qryBPData' and is a
data entry field on 'frmBPData'.
There is a calculated control on frmBPdata 'named 'BPExpireDate' that is
calculated by the formula
'IIf(IsDate([BPIssueDate]),DateAdd("m",Nz([sfrmBPPayments].[Form]![BPTotalMonths],0),[BPIssueDate])," ")
The problem is that I need to use 'BPExpireDate' on several reports. How
can I convert the calculated value of 'BPExpireDate' on 'frmBPData' to a
calculated field on 'qryBPData' so I can use it on reports?