Hello,

I have created a form which loads up a Crystal Report (.rpt file) and displays it on the screen.

The Crystal report has a parameter set up which prompts for a range of ID's.
This means that when I run it in Crystal, I get prompted to select a Start ID and and End ID, and the report runs for only the ID's in this range.

However, in VB when I display the report it simply produces the report based on the last set of parameters chosen in Crystal, and doesn't give me the option to select a different range each time.

Therefore I thought I could set up a form with text boxes and combo boxes on, that would read the parameters from the .rpt file and populate the text and combo boxes accordingly.

Firstly, is this possible ?
Secondly, how would I do this ?

Cheers,
J.