How to use IF...THEN in MEMO field?
I must have something like this:
if field1 > field2 then
field3 = "OK"
else if field1 < field2 then
field3 = "NO"
else field3 = ""
I need this in field3. I think to do this with MEMO field? How I can do that?
if field1 > field2 then
field3 = "OK"
else if field1 < field2 then
field3 = "NO"
else field3 = ""
I need this in field3. I think to do this with MEMO field? How I can do that?
Comments