I am creating a report where the user can fill in the start and end date for 4 columns, and also a T/F for each of the columns visibility.

So that alone creates 12 parameters, not including the other junk I need.

It looks rediculous and long since everything is streamed downwards.

My boss would like me to instead build a small VB application that asks for all the parameter, where the UI would look and work much more efficiently for the user.

All the information i have came across so far is how to open a crystal report from a vb app, but not quite with the interaction Is there anyway to link a VB application so that it can pass the information into a Crystal report?