TimK01
Technical User
- Jan 4, 2002
- 94
I construct a complex piece of SQL in code that basicly Selects by date summary data from 3 seperate Tables then joins it into a Union query.
The SQL produces exaclly the data I want but I now want to get that data into a report with headers and footers etc.
I have created a dummy table with the correct layout and a report over it
In the code I tried changing the Record Source property of the report to the constructe SQL, but couldnt manage it unless the report was in design mode then i couldnt change it to view mode.
Can anyone offer any insights on how to get my data onto paper
The SQL produces exaclly the data I want but I now want to get that data into a report with headers and footers etc.
I have created a dummy table with the correct layout and a report over it
In the code I tried changing the Record Source property of the report to the constructe SQL, but couldnt manage it unless the report was in design mode then i couldnt change it to view mode.
Can anyone offer any insights on how to get my data onto paper