Do i could make the database like this?
**Note: One table named "Database"
with
on the left is "Student
Name"
and on the top is "Month
Payment"
, the CheckBox
is
the CheckBox
in
c# winforms.
What I know is I couldn't make the "Student
Name"
on the left corner, the text should be on top like the `"Month Payment"`.
But, is there a way that i could make my database like the top image and display it on the datagridview and the checkbox is replaced with the checkbox that available in c# winforms, and whenever i open my database (through system), i can check or uncheck the
checkbox without have to open the "(databasename.accdb)"
.
Is there a way?
Thank you!
Your answer will be great appreciated!