I'm trying to concatenate two text fields into a memo field using an expression in a select query. My problem is that the text fields together end up more than 255 characters, so I need the resulting field to be a memo instead.
Unfortunately I can't change the underlying text fields to memo fields because this is a large database used by others who need those fields to be text.
Thanks for your help!
Unfortunately I can't change the underlying text fields to memo fields because this is a large database used by others who need those fields to be text.
Thanks for your help!