hi guys,
I need to define weeks in a table. So when a user wants to add a week he types is a description, selects the number of days for that week and then saves.
i need part of my datagridview to look like this:
so I select a week from a combobox as defined above, then the days defined for that week appear as columns, then I need to tick the days a person was present
my question is:Code:Days Present Day1 Day2 Day3 Day4 Day5
how do I define the tables to store the week and days information? do i need just one table? or do I need a parent/child scenario here.
please please help. im really stuck![]()




Reply With Quote