Repeating table problem
I have a repeating table that contain 3 culomns: IDnumber, FirstName and LastName. The Repeating group contain one more field (type True/False) that called "IsIDnumberValid".
On the OnAfterChange event of the IDnumber control, I run a code that check spoecific validation of the IDnumber input. If the validitaion o.k, I want to put in the field "IsIDnumberValid" the value TRUE.
The problem is that it always update to me the "IsIDnumberValid" of the first record in the Repeating table!!!!!
How to fix it to update the field of the specific record???
|