J
Joel
I am trying to write a statment that gives a null field a value in an after
update sub.
If Me.Inspection = Null Then
Me.Inspection = "Other"
Else
End If
This code doesnt seem to do anything.
Any help would be greaty appreceated!
Thanks
update sub.
If Me.Inspection = Null Then
Me.Inspection = "Other"
Else
End If
This code doesnt seem to do anything.
Any help would be greaty appreceated!
Thanks