G
Guest
Please forgive the repost - someone supplied answer for running sum over
report pages and I only have one page and would like a text box with total
count for each quarter. I replied but no one picked up msg again.
I have a report broken down by quarter grouped by salesperson. I'm trying to
count the number of invoices per salesperson for each quarter. I thought I
could put a text box under each quarter with count or dcount expressions - so
far everything ends in "error" or same wrong total for each salesperson. I've
tried different variations on the following control source for textbox:
DCount("[Inv]","table1","[InvDate]=Between#1/1/07#AND#3/31/07#") along with
several Count expressions.
If someone would supply the correct expression, I would certainly appreciate
it.
Thanks,
Pam
report pages and I only have one page and would like a text box with total
count for each quarter. I replied but no one picked up msg again.
I have a report broken down by quarter grouped by salesperson. I'm trying to
count the number of invoices per salesperson for each quarter. I thought I
could put a text box under each quarter with count or dcount expressions - so
far everything ends in "error" or same wrong total for each salesperson. I've
tried different variations on the following control source for textbox:
DCount("[Inv]","table1","[InvDate]=Between#1/1/07#AND#3/31/07#") along with
several Count expressions.
If someone would supply the correct expression, I would certainly appreciate
it.
Thanks,
Pam