R
Randal W. Hozeski
I have an email that comes to my InBox from a web form
page. All the fields come thru great and I am able to
define each by using the following:
If InStr(str, "Location:") Then
strLocation = str
End If
On my last field in the note the result showing on the
line under and thus is returning blank. In fact this
last field is a textbox and can have numerous line to it,
even with multiple spaces/lines in the text.
Does anyone know how to define this area so I can pull in
all the data that is in the balance of the body area of
the note.
Please advise and thanks. -Randy-
..
page. All the fields come thru great and I am able to
define each by using the following:
If InStr(str, "Location:") Then
strLocation = str
End If
On my last field in the note the result showing on the
line under and thus is returning blank. In fact this
last field is a textbox and can have numerous line to it,
even with multiple spaces/lines in the text.
Does anyone know how to define this area so I can pull in
all the data that is in the balance of the body area of
the note.
Please advise and thanks. -Randy-
..