Click here to Skip to main content
15,883,901 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
hi everyone, please help me with my program. i really need help :(
im using visual studio 2010

database: ms access 2013
tables: student,subject,quiz,exams,projects

program : 1.) the user will save his subjects to the database
2.) The user will add stdents into the database
3.) the user will record students quiz,exams,&projects into the database


problem: i want to print a students record with specific subject, im using datagrid to display the students of a subject using

String.Format("Subject_code like '{0}****' and Last_name like '{1}***' and School_year like'{2}**' and First_name like '{3}*'", ComboBox1.Text, TextBox2.Text, TextBox19.Text, TextBox3.Text)

in reports or in crystalreports, how would i pass the filtered data in datagrid to print it and view it on print preview if possible?

im not familiar connecting the reports with unbound data.
thnks for your time reading this and trying to help me. thank you
Posted

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