I am not fluent in SQL, but I am using Microsoft Query to create a new table from an old table and add a new column (a calculated column).
My calculation queries from the same table. I essentially want to retrieve a dollar figure from the same date one year ago and provide a calculated field that gives year-over-year growth by account. Each account will have several columns of unique data except for the date.
I am thinking that some sort of query stating that columns x, y and z match, but also including the date column -364.
If you can help, I'd be more than greatful.
Thanks, Mike