Hello all,
I need to create an excel report that shows planned vs. actual information for ten programs, with each program getting a little chart on a tabloid page. Each little table has different columns, so I will need to probably export query and then write a little vb routine to handle all of the formatting and place the data in the right places. The problem is as follows:
My data is coming from two sources. Actual data comes from a collection of tables on SQL server, Planned comes from a table within access. I have the union query working, but in some instances there is no Actual data. How can I get a blank row to go into my union query where there isn't any actual data? (I need to standardize output for the formatting procedure).
I was thinking of starting with a left join from a made up table with year/quarter/program information filled in, but that seems kind of sloppy.
Any advice is greatly appreciated. I can post the query if needed, but it is a pretty long one and I don't want to take up to much space.
Thanks a lot,
Alex
It's a magical time of year in Philadelphia. Eagles training camp marks the end of another brutal season of complaining about the Phillies.
I need to create an excel report that shows planned vs. actual information for ten programs, with each program getting a little chart on a tabloid page. Each little table has different columns, so I will need to probably export query and then write a little vb routine to handle all of the formatting and place the data in the right places. The problem is as follows:
My data is coming from two sources. Actual data comes from a collection of tables on SQL server, Planned comes from a table within access. I have the union query working, but in some instances there is no Actual data. How can I get a blank row to go into my union query where there isn't any actual data? (I need to standardize output for the formatting procedure).
I was thinking of starting with a left join from a made up table with year/quarter/program information filled in, but that seems kind of sloppy.
Any advice is greatly appreciated. I can post the query if needed, but it is a pretty long one and I don't want to take up to much space.
Thanks a lot,
Alex
It's a magical time of year in Philadelphia. Eagles training camp marks the end of another brutal season of complaining about the Phillies.