Log in

View Full Version : Solved: Sub Report Not Displaying



Imdabaum
12-06-2007, 09:24 AM
I have a report that uses a lot of adhoc sql built in VBA depending on the checkboxes they select etc. There are a few fields that are consistent and will always display however. So I tried to consolidate that information into segments and place them as sub reports to free up the sSQL string being built. Now the report shows and allows for longer sql but the subreport doesn't show up on the report. Any ideas?


Sorry... Got it working.. just stopped beleiving that the wizard knew what it was doing and manually set things... Good thing I'm still a beginner.

Imdabaum
12-06-2007, 02:23 PM
I know this is marked solved.. but I solved it right before the client got to his phone and made a few requests.

Anyone know if there's a way around the export limit into Excel cells?
Everytime they try and export the report into Excel the comments get cut off at 255 characters. (I suggested that they just print it from the report instead of trying to export it and print it from Excel but they didn't think it was funny.)