If i have several fields on a form named, for example, Text1, Text2, Text3 and Text4, how can i multi-edit the backcolor of those fields?
I don't want to go through each individually like follows:-
If IsNull(Text1)= false then
Text1.backcolour = 255
End if
If IsNull(Text2)= false then...