Results 1 to 5 of 5

Thread: Create MSAccess Report in VB6

  1. #1

    Thread Starter
    New Member
    Join Date
    Jun 2000
    Location
    Netherlands
    Posts
    3

    Cool

    Hi there,

    I am stuck on creating a Access report in VB6.
    It is as follows: I am creating a student-teacher program where students can practice a foreign language. Now I want to gather information about the tasks students did (name, class, date, time spend, excercise# etc). These data is stored in an Access Database.

    The problem: I want to create a report in Access where these data is stored and (later) printed.

    When you try helping me: SUCCESS

    Who can help me??

  2. #2
    Junior Member
    Join Date
    May 2000
    Posts
    29
    Project -> Add Data Report

  3. #3

    Thread Starter
    New Member
    Join Date
    Jun 2000
    Location
    Netherlands
    Posts
    3
    Yes Spooked, this it is!
    But, how can I programmatically set the name of the DataEnvironment, the DEConnection and the DECommands?

    What if in the database are 5 tables?

    Can you please add some code. This works very well with me.


    Thanx

  4. #4
    Junior Member
    Join Date
    May 2000
    Posts
    29
    Progect -> Add Data Environment.

    Set the properties of Connection1 to access your database..

  5. #5

    Thread Starter
    New Member
    Join Date
    Jun 2000
    Location
    Netherlands
    Posts
    3
    Yes, I know,

    but how can I change the properties of connection1, the props of the dataEnvironment and the props of the DECommands softwarematically. I can make it work for one table, but I have several tables in the database, I also want the user to have the ability to place the database where he wants.

    ....

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