Hello, I have a table where each Volunteer start from Day 1 to
n...(Sequence)for example: Volunteer | Day 1 | 1 1 | 2 1 | 3 1 | 4 2 | 1 2 | 2 2 | 3 3 | 1 3 | 2 I am hoping if somone could help, i want to be able to loop through a Volunteer' Day, to find missing sequence based on the volunteer. eg. the user specify which Volunteer they want to see (using Textbox) then it will bring up just ...