stuartgmilton
Programmer
Hey guys,
So, I'm completely stuck!!
I require my report to be based on a stored proc, this is so it can create a temporary table which the report will in effect be based on. This table will contain the time frame for the report. However, I require to report on multiple datasets ie project, bids and resources seperatly, so I though I could return 3 table types out of the stored proc? I hope someone understands what I mean??
Oh the temporary table is linked using left outer join to my projects or bids or resources table.
Help....
Stu
So, I'm completely stuck!!
I require my report to be based on a stored proc, this is so it can create a temporary table which the report will in effect be based on. This table will contain the time frame for the report. However, I require to report on multiple datasets ie project, bids and resources seperatly, so I though I could return 3 table types out of the stored proc? I hope someone understands what I mean??
Oh the temporary table is linked using left outer join to my projects or bids or resources table.
Help....
Stu