Passing a query to Crystal Reports

newvbguy

New member
Joined
Sep 20, 2004
Messages
1
Programming Experience
10+
Hi. I'm Using VB.NET in Visual Studio to allow a user to select a number of criteria. On completion I'm building a SQL SELECT statement. I would like to pass that sql statement to a Crystal Report. Does anyone have any ideas.

Thanks
 
What backend are you using? I once made a query in access and I were able to access it just like a normal table through VB.Net... I'm not 100% sure if you will be able to do the same via Crystal Reports... It's worth the try, though.
 
Back
Top