Search results

  1. I

    Concat two text fields into a memo field in query?

    Actually that might not even be my problem. I have a function that returns a string. The field in my select query is that string. How can I make a field in a query be a memo field when it is populated from a string returned from a function?
  2. I

    Concat two text fields into a memo field in query?

    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...
Back
Top Bottom