S
SC
Hi All,
I'm trying to display a note in a text box. The line of code is simply:
txtNote.ControlSource = "=" & Chr(34) & ListNotes.SelectedItem. & Chr(34)
the problem is that anytime the note itself has a " in it, it causes an
error. Are there any creative ways around this?
Thanks,
Steve
I'm trying to display a note in a text box. The line of code is simply:
txtNote.ControlSource = "=" & Chr(34) & ListNotes.SelectedItem. & Chr(34)
the problem is that anytime the note itself has a " in it, it causes an
error. Are there any creative ways around this?
Thanks,
Steve