Hi,
I am not sure if I made correctly the right thread title but I have these tasks to do with the following specifications:
1. The user has to input Group No. say "01" in a text box provided during Add routine;
2. I have to read a table named Group for all records having the group no. = "01" entered by the user in item # 1;
3. Here's the challenging task for me. I have to display a dummy datagrid filling an initial two columns corresponding to the number of records fetch from a group table with group no = "01", , plus additional one column which the user has to complete entries under the rating column as shown below;
Grp Id Lastname Rating
01 Young
01 De vera
01 Villoria
4. Another task left for me,the completed entries in the dummy datagrid will have to be saved to a table named Detailed.
Thank you in advance for your inputs.




. I have to display a dummy datagrid filling an initial two columns corresponding to the number of records fetch from a group table with group no = "01", , plus additional one column which the user has to complete entries under the rating column as shown below;
the completed entries in the dummy datagrid will have to be saved to a table named Detailed.
Reply With Quote