I have a two column table containing numbers. I would like to make a
third column called fieldname "special". In this column I would like to
put the following:
if column A = column B, then nothing in column C
if column A is not equal to column B, then "XXX" in column C.
How could this be done? Thank you.
Michel Rousseau
*** Sent via Developersdex http://www.developersdex.com ***
Don't just participate in USENET...get rewarded for it!
third column called fieldname "special". In this column I would like to
put the following:
if column A = column B, then nothing in column C
if column A is not equal to column B, then "XXX" in column C.
How could this be done? Thank you.
Michel Rousseau
*** Sent via Developersdex http://www.developersdex.com ***
Don't just participate in USENET...get rewarded for it!
Comment