I have a form displaying customer info.

When the user clicks a button the program copies the Primary key of the current record into a global("not refined I know but it works") It then opens up a new form which contains a DataSet on that key and a Crystal Reports Viewer.

Can anyone tell me how to create the report so that it uses the DataSet as it's source.

I've only been programming VB.Net for a few days now and it's a steep learning curve.

Thanks in Advance

PS - If anyone knows of any good resources for using Crystal.Net with Windows forms I would love to know. They all seem to be about Web forms.