F
FatMan
Hi all:
I have an update query where I am updating a “memo†field. What I would
like to do is add the update to the memo field in front of the existing data.
My query all ready does this but I would like to add a carriage return
between the update and the existing date.
What I have in my query so far is:
[f15] & " - " & [f13] & ", " & [ctCustNotes]
Where [F15] and [F13] is the update and [ctCustNotes] is the memo field
containing the existing data and the field to be updated. What I need to
know is how do I replace the ‘& ", " &’ with a carriage return/hard return.
Any help would be greatly appreciated.
Thanks,
FatMan
I have an update query where I am updating a “memo†field. What I would
like to do is add the update to the memo field in front of the existing data.
My query all ready does this but I would like to add a carriage return
between the update and the existing date.
What I have in my query so far is:
[f15] & " - " & [f13] & ", " & [ctCustNotes]
Where [F15] and [F13] is the update and [ctCustNotes] is the memo field
containing the existing data and the field to be updated. What I need to
know is how do I replace the ‘& ", " &’ with a carriage return/hard return.
Any help would be greatly appreciated.
Thanks,
FatMan