hello! is it possible to create a crystal report with no connections, tables at all??.. i mean you are going to set the datasource including the connection during run time... let say for example i have an SQL statement like this:
strsql = "Select idnum, lname, fname, mname, grade_level, section from tblstudents"
strsql = strsql & " where grade_level = 'I'"
how can i pass this SQL statement to a crystal report so that it would display the data that meets the criteria?? please help... thank you?