TomBoardman
Programmer
My CR report is intended to show water delivery activity for a given week but I also need to show the YTD deliveries, by month for the account. I have an account group in the report. Since CR is only going to step through my tables for a given week, I think I need to derive the YTD delivery info with a SQL command. I have been trying to write one using INNER JOIN or UNION but no success.
My report has 2 tables. Table 1 contains all account #s. Table 2 contains an account #, delivery date, and volume. Not all accounts may exist in table 2. I'm no SQL expert and this seems like a simple problem for someone with SQL savy ;-)
Thanks for any help
Tom
My report has 2 tables. Table 1 contains all account #s. Table 2 contains an account #, delivery date, and volume. Not all accounts may exist in table 2. I'm no SQL expert and this seems like a simple problem for someone with SQL savy ;-)
Thanks for any help
Tom