Hello,
I am building a report of daily total quantities delivered to customers by week
I want to format the report such that it reads across the page rather than down
IE
Week Number
Mon Tue Wed Thu Fri
Customer1 100 73 250 12 21 Total: 456
Customer2 25 25 25 25 25 Total: 125
I have a query that contains all the data for 2008
Can I insert a sql query in a text box so that it only returns the total for customer 1 for Monday for week number n?
If this is possible are there any specila syntax issues I need to be aware of?
THank you
Start Free Trial