Solved
Forum Discussion
Jonathan_Gibson
4 months agoQrew Cadet
I thought I might be able to run the check based on a lookup to a field I can expect to always have a value if the record exists, i.e. one that is required at the table level. In my case I tried a string Name field, but it doesn't seem to work:
Trim([Donor - Name]) = "" or trim([Contact - Name]) = ""...evaluates to false for a related donor or contact. Perhaps the old lookup value still persists in some way? I can't use IsNull here because of the type, but maybe this would work if it were a numeric field...