CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com
Results 1 to 2 of 2
  1. #1
    Join Date
    Aug 2001
    Posts
    3

    I really need some help please

    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


  2. #2
    Join Date
    Mar 2001
    Posts
    71

    Re: I really need some help please

    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.


Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  





Click Here to Expand Forum to Full Width

Featured