I have an MSSQL database with an MS access interface.
I would like to print a report on a resultset that is generated by a stored procedure on the SQL database. The report is created and works correctly. It is set up to take a list of parameters and pass those to the stored proc.
How do I...
- set the values of the crystal report parameters based on user input from within access (text boxes, combo boxes, etc)
- execute the report query and display the print preview
...from within ms access?
(using access 97, crystal 7)
T.I.A.
I would like to print a report on a resultset that is generated by a stored procedure on the SQL database. The report is created and works correctly. It is set up to take a list of parameters and pass those to the stored proc.
How do I...
- set the values of the crystal report parameters based on user input from within access (text boxes, combo boxes, etc)
- execute the report query and display the print preview
...from within ms access?
(using access 97, crystal 7)
T.I.A.