To clarify my ask, the report in question is being accessed via the Crystal Report Viewer. Here is the flow:
1. On the form provided, the user selects Full Year, Year To Date, or specifies a range of dates.
2. The program then extracts the required data and puts it into a temporary table.
3. The report form is opened, displaying the contents of the temporary table, and the parameters (start and end dates) are passed to the report for display on the report itself.
This works fine the first time the report form is opened. But if the user wants to run a different set of parameters, the report opens with the PREVIOUS data until you hit the refresh button, and hitting the refresh button causes the parameter dialog box to appear. That is what I want to stop, having the dialog box appear on the refresh.