Hi Guys,

Here is my problem.

I am writing a VB6 disbursement calculator program that does not use a database. The user has to input some data (monthly or quarterly dates, rates, etc.) that will yield a total. I need to create a report that will only show data that the user inputs.

For example, the user may enter only a monthly assessment and not a quarterly assessment that will yield a monthly total. I only want the report to show only that monthly rate and total.

In other words, I only want the report (which is based on public variables and not a database) to show variables that contain data. If a variable does not contain data, then I don't want it to show up on the report.

Can you help?

Thanks
Ace