H
hongluen via AccessMonster.com
I am stuck at this. Please help.
I have a list of records of test results in datatable (Null meaning not taken
the test):
Student Name Date Test_1 Test_2 Test_3
John 05-May-05 50
John 06-Jun-06
John 07-Jul-06 75
John 08-Jan-07 65
Need to report in this format:
Student Name Test_1 Test_2 Test_3
John "Not tested" 05-May-05, 50 07-Jul-06, 75
08-Jan-07, 65
Don't know how to ignore all "Null" fields. All suggestions are welcome.
Thank you very much.
I have a list of records of test results in datatable (Null meaning not taken
the test):
Student Name Date Test_1 Test_2 Test_3
John 05-May-05 50
John 06-Jun-06
John 07-Jul-06 75
John 08-Jan-07 65
Need to report in this format:
Student Name Test_1 Test_2 Test_3
John "Not tested" 05-May-05, 50 07-Jul-06, 75
08-Jan-07, 65
Don't know how to ignore all "Null" fields. All suggestions are welcome.
Thank you very much.