G
Guest
Hello, How do you check value of a control on each row of a subform. I know
the code below will validate if the first row has value of yes but what if I
wanted to check the third row.
Thanks
Don
If Forms!fMain!sfSubMain.Form.Field1= "Yes" then
'DO Something
end if
the code below will validate if the first row has value of yes but what if I
wanted to check the third row.
Thanks
Don
If Forms!fMain!sfSubMain.Form.Field1= "Yes" then
'DO Something
end if