Click to See Complete Forum and Search --> : I really need some help please


rhay
August 31st, 2001, 05:07 PM
I am accessing an Access DB. I have a form that has 4 combo boxes on it. These combo boxes list all my fields in my database. Here is what I need to do:

I want the user to be able to customize a report. They select what fields they want on the report from the combo boxes and then click a command button to generate the report. This is where I need the assistance. I have no idea how to generate the report.

I have the form with the combo boxes working, I just don't know how to make VB generate this report. I have searched the net for some type of sample or example, and I can't find anything.

Your help is appreciated.

Thanks,

Robert

vivek_29
August 31st, 2001, 10:31 PM
Hi,
I was also in the same fix some time ago so what i did was first display the contents of the report in a grid controls and then giving the user a flexibility to transfer the content to an excel file.

Though the purpose was solved for that movement but still I will be glad to find some other way to do this in vbreports or crystal reports.