Memo and Character Fields

Meeting place for R&R customers and clients to share tips and ideas. Post your questions, messages or problems here.
Post Reply
RSeidman
Posts: 3
Joined: Tue Oct 10, 2017 12:44 pm

Memo and Character Fields

Post by RSeidman » Wed Nov 12, 2003 9:49 am

Is it possible to place both a memo and a character field in a calculated "IIF" field.____Where l_name is a character field, and Memo1 is a memo field, is there any way to have the following calculated field.____IIF(sales_id=^01^, l_name, memo1)____I thank you in advance for your guidance.____RHS

kfleming
Posts: 5795
Joined: Tue Oct 10, 2017 12:44 pm

=> RE: Memo and Character Fields

Post by kfleming » Wed Nov 12, 2003 3:46 pm

Unfortunately in an IIF() both return values have to be the same data type. So two memo fields or two character fields would work but you cannot have one of each.____Kathleen__R&R Support

Post Reply