S
seeker54
Can you right a count query in a control source of a
control on a report. I need to run percentages. The
script I have written is
=(select Count( [ar_trans_type_desc] ) from
qryForWriteOffReportPercentagesForReportTotal where
[ar_trans_type_desc] = 'Balance Write Off')/[text46]
This gives me a #Name? error.
seeker54
control on a report. I need to run percentages. The
script I have written is
=(select Count( [ar_trans_type_desc] ) from
qryForWriteOffReportPercentagesForReportTotal where
[ar_trans_type_desc] = 'Balance Write Off')/[text46]
This gives me a #Name? error.
seeker54