Hi there,
This may be a stupid question, but... is there a way to refer to all fields, in a form, in code?
For example, I have a form and I want to write code that says if all the fields that are enabled are not null, then...blah blah blah. Is this possible?
Example:
If AllFields.Enabled = True And Not IsNull(AllFields.Value) Then
blah blah blah
End If
Thanks!!
Krysti
This may be a stupid question, but... is there a way to refer to all fields, in a form, in code?
For example, I have a form and I want to write code that says if all the fields that are enabled are not null, then...blah blah blah. Is this possible?
Example:
If AllFields.Enabled = True And Not IsNull(AllFields.Value) Then
blah blah blah
End If
Thanks!!
Krysti
Last edited: