Totals in detail line and in the Footer, Help

E

elena

Hi, All
Report Record Source is Query.
Here is query, all credits to (Chris2)

TRANSFORM Nz(COUNT(TempTicks.TicketNo),0) AS CountOfTick
SELECT TempTicks.Shield
FROM TempTicks
GROUP BY TempTicks.Shield
PIVOT fWeekdayName(DatePart("w",TempTicks.IssueDate)) & " " &
TempTicks.IssueDate;

Result:
Sheld Sunday 09/17/2007 Monday 09/11/2007 ....Total
999 35 45 80 ?
111 60 15 75
?_______________________________________________
Total 95 ? 60 ? 155 ?

How can i set "Control source" property for the Text box in
detail line for the record and then in the footer for each column?
Is it possible at all?
I am using VB 6.0 to print report.
Please, help
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top