The following line of code is used to look at all the values of controls except the field named "Updates".
What would be the proper code to look at all values except "Updates" and another one named "LastUpdated"?Code:If C.Name <> "Updates" Then
Thanks much.