[TABLE="width: 500"]
<tbody>[TR]
[TD]Name[/TD]
[TD]job[/TD]
[TD]Date[/TD]
[/TR]
[TR]
[TD]Bob[/TD]
[TD]Worker[/TD]
[TD]May 12[/TD]
[/TR]
[TR]
[TD]Bob[/TD]
[TD]Firemen[/TD]
[TD]May 13[/TD]
[/TR]
</tbody>[/TABLE]
The above data is from a LINKED response form. Is it possible to have row 1 deleted due to row 2 having the same name?
<tbody>[TR]
[TD]Name[/TD]
[TD]job[/TD]
[TD]Date[/TD]
[/TR]
[TR]
[TD]Bob[/TD]
[TD]Worker[/TD]
[TD]May 12[/TD]
[/TR]
[TR]
[TD]Bob[/TD]
[TD]Firemen[/TD]
[TD]May 13[/TD]
[/TR]
</tbody>[/TABLE]
The above data is from a LINKED response form. Is it possible to have row 1 deleted due to row 2 having the same name?