M
McLean J
I am trying to use a SQL statement in a module to add
notes to a notes field. I want it to take the current
notes, add a line break, then add the comments from the
open form.
I am using as part of the statement...
[memNotes]=[memNotes] & Chr(13) & [newComm]
All I get is a little black bar. I've tried (10) as well
and neither seems to work. Am I doing something wrong or
is there a better ASCII code to use?
McLean
notes to a notes field. I want it to take the current
notes, add a line break, then add the comments from the
open form.
I am using as part of the statement...
[memNotes]=[memNotes] & Chr(13) & [newComm]
All I get is a little black bar. I've tried (10) as well
and neither seems to work. Am I doing something wrong or
is there a better ASCII code to use?
McLean