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?

Comments

  • edited 6:45AM
    [IIF(field1 > field2, 'OK', IIF(field1 < field2, 'NO', ''))]

Leave a Comment

Rich Text Editor. To edit a paragraph's style, hit tab to get to the paragraph menu. From there you will be able to pick one style. Nothing defaults to paragraph. An inline formatting menu will show up when you select text. Hit tab to get into that menu. Some elements, such as rich link embeds, images, loading indicators, and error messages may get inserted into the editor. You may navigate to these using the arrow keys inside of the editor and delete them with the delete or backspace key.