Hello,
I am trying to populate some data by relying on a table I have named Area_Table. Here is what the table looks like:
<tbody>
Unique ID
Area 1
Area 2
Area 3
Area 4
Area 5
1001
Y
N
N
N
Y
1002
Y
N
N
N
N
1003
N
Y
Y
Y
N
1004
Y
Y
Y
Y
N
1005
Y
Y
Y
Y
N
</tbody>
Here is what I am...