Jump to content

Nid Help in Making a Report Viewer using Vb 2008

- - - - -

This topic has been archived. This means that you cannot reply to this topic.
1 reply to this topic

#1
edge02

edge02

    Newbie

  • Members
  • PipPip
  • 21 posts
Hi, i'm making a library system as a school thesis, i'm almost done, the only thing missing is making a reprot viwer. I'm using vb 2008 and ms access as database. I've already tried making one but my connection to my database is having an error whenever i tried to make a data connection for the report. My database is located in the bin folder. Whenever i try to load my report an error pop up saying that the location of the database cannot be found.
Please help me in making an alternative way of making a report viewer wherein i wont get any errors and i wont need to change the location of my database.

#2
edge02

edge02

    Newbie

  • Members
  • PipPip
  • 21 posts
ok, i've already made some progress. I used crystal report. Now, can some help me how to group the data in a records? i mean for example, multiple records use the same ID, how can i group them so that only one will show?
Here's what my report look like:
Posted Image

I want to group the records so that only one member ID will show. Thanks.