I have 2 tables - student table, contact table
Student table:
student_id (key)
fname
lname
Contact table:
student_id (key)
contact_id (key)
fname
lname
phone
Multiple contact records for each student id - max I have found is 10 records
student_id, phone
11111, 5551212
11111, 5553434
11111...
I have a cross tab query that I am putting on a report. The months 1,2,3..12 print on the top. I need to calculate the difference in month 1 between 2005 & 2004, then month 2, etc. Here is my crosstab query below:
TRANSFORM Sum([sales query 2004-2005].Quantity) AS SumOfQuantity
SELECT [sales...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.