I have a form created in VB that allows the users to input a date range and from the range, a crystal report is called up with all the data from that date range. Is there a way to take the information or the crystal report itself and import it into a SQL table in SQL server? What I would like to do is:
1) Have the user input the dates, and they show up in the crystal report (Which it already does)
2) Then have the data in that crystal report saved to a SQL table each time the date range is executed. Is this possible in any way? And if this doesn't make sense, just ask and I'll try to explain it better. Thanks.
1) Have the user input the dates, and they show up in the crystal report (Which it already does)
2) Then have the data in that crystal report saved to a SQL table each time the date range is executed. Is this possible in any way? And if this doesn't make sense, just ask and I'll try to explain it better. Thanks.