this is the code i am using to test:
(redline is higlighted in debugging due to Error 13 Type Mismatch)
Dim myField As Field
Set myField = Me.ComboRel2
If IsNull(myField) = False Then
MsgBox Str(myField)
End If
any thoughts?
Reason for this:
i have 10 fields and a lengthy after_update function assigned to each. I wanted to write a function that and use variables (including the field) so that my application is more Object Oriented.
Not Urgent. Thankyou all.
---------
Claudia
(redline is higlighted in debugging due to Error 13 Type Mismatch)
Dim myField As Field
Set myField = Me.ComboRel2
If IsNull(myField) = False Then
MsgBox Str(myField)
End If
any thoughts?
Reason for this:
i have 10 fields and a lengthy after_update function assigned to each. I wanted to write a function that and use variables (including the field) so that my application is more Object Oriented.
Not Urgent. Thankyou all.
---------
Claudia