Hi,
I have a form, in which there are about 1000 fields. They are divided into 200 Rows.
The naming convention is as below.
Row1 ----> A1, B1, C1, D1, E1
Row2 ----> A2, B2, C2, D2, E2
…
…
…
Row 200 ----> A200, B200, C200, D200, E200
I want to write an agent, which should delete all the values that are present in these 1000 fields.
Can anyone help me with the code. How the loop should look like.
Thanks in Advance.