I am need to combine 2 memo fields from the same table.
Can I take out the " - " and somehow add a return key? If I do the merge right now it shows one continuous string of text. I would rather they have two different lines. Thanks.
Code:
MEMO: [SpecialComments]+" - "+[CompNotesInternal]
Can I take out the " - " and somehow add a return key? If I do the merge right now it shows one continuous string of text. I would rather they have two different lines. Thanks.