Why is this not working?
it works if it is:
If Source.IsNewDoc Then wasNewDoc = True but not
If Not Source.IsNewDoc Then wasNewDoc = True
old(“UL_FixedNumber”)=Source.FieldGetText(“UL_FixedNumber”)
I just want it to skip the second line of the code above if it is a new document. I am also confuse why end if is not required in this case. Any ideas?