Table: Account
Fields: CompanyName, InvoiceDate, InvoiceAmount, Status
Status will = 3 ie Invoiced
I need a query that will produce the following from the above data in colums.
col 1. Company name
col 2. Toatal amount owed by each company
col 3. Toatal amount owed from a date + 30 days
col 4. Toatal amount owed from a date + 60 days
col 5. Toatal amount owed from a date + 90 days
col 6. Toatal amount owed from a date + 120 days
I can make a query that will do each, but I need one query which does all the above.
Im old, I'm tired and my brain hurts Helppppppppppppp!
S.eke
Fields: CompanyName, InvoiceDate, InvoiceAmount, Status
Status will = 3 ie Invoiced
I need a query that will produce the following from the above data in colums.
col 1. Company name
col 2. Toatal amount owed by each company
col 3. Toatal amount owed from a date + 30 days
col 4. Toatal amount owed from a date + 60 days
col 5. Toatal amount owed from a date + 90 days
col 6. Toatal amount owed from a date + 120 days
I can make a query that will do each, but I need one query which does all the above.
Im old, I'm tired and my brain hurts Helppppppppppppp!
S.eke