I'm defining a new field in a query using the expression below. I would like it to be stored as a memo field. Right now it defaults to a text field with a 255 character limit upon export.
OSM-Description: IIf([Links + Coupons.Description] Is Null,"",Replace([Links + Coupons.Description],"233","762"
)
Is there a simple parameter to add to the expression or another way to make this a memo field?
Thanks.
OSM-Description: IIf([Links + Coupons.Description] Is Null,"",Replace([Links + Coupons.Description],"233","762"
Is there a simple parameter to add to the expression or another way to make this a memo field?
Thanks.