Click here to Skip to main content
15,886,362 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
I have connected an MS Access database with VB 2005 and I need to search for an exact Student ID and view data row about that student ID. And after that I need to add that record into crystal report. How can I do that?
Posted

1 solution

It is difficult to describe an exact answer for you as you are actually asking for too many things in the same question. I can try to help by describing the steps for you - you can search on the internet for details.

1) Try to write a query with a where clause that matches your student id.
2) if nothing is returned you dont have a single match.
3) If there is some data returned, you will need to display this in the crystal report.
4) Try to get hold of some tutorials on crystal report. Design a report for your student id and other data.
5) Populate the datasource for the report with whatever is returned by your query. That should display the appropriate report.
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900