I currently have a rptNCOver90Days which uses a union query, qryNCTotalTaxExempt as its
data source. One of the fields in the query is RoomProration. I have another rptNCTaxReport
which uses the sum of the RoomProration as a field in the rptNCTaxReport.
Currently, the operator runs a RoomProration report and inputs the sum of the RoomProration
field into the proration field in tblPropertyName via an input form, frmEnterOver90Days.
What I want to accomplish is to eliminate the manual entry of the sum of the RoomProration
field. in tblRental. When rptNCTaxReport is run, it would have already gotten the sum of the
room Proration field from qryNCTotalTaxExempt.
Since RoomProration is a calculated field, I guess there is no reason to even store it in
tblPropertyName in the first place.
Any suggestions would be appreciated.
Tom