E
Emma Hope
Hi All,
I want to do the following:
For Each Field In [Forms]![frmIncome]
If Field.IsVisible Then
Field.Required = True
Else
Field.Required = False
End If
Next
I know that 'Field' isn't right but i don't know how to structure this code
to look at each field on my form, please can anyone help?
Thanks
Emma
I want to do the following:
For Each Field In [Forms]![frmIncome]
If Field.IsVisible Then
Field.Required = True
Else
Field.Required = False
End If
Next
I know that 'Field' isn't right but i don't know how to structure this code
to look at each field on my form, please can anyone help?
Thanks
Emma