G
Guest
I am having difficulty extracting the memo fields of a frontpage form that is
emailed to me into access. I believe if I can remove all of the vbCrLf after
the single items(firstname:,lastname: etc - these extract fine)and then have
them replaced right before the field name, it may work. For example my
current email comes like this:
Firstname: john
Lastname: hancock
etc.... now here is memo fields always 2 vbcrlf below
memofield1
data from memofield one This contains chr(13), chr(10)
memoadditional1
info for memoadditional1
more data
for this field.
I would like to use the replace or trim command AFTER lastname to get rid of
all the vbcrlf and then insert one right before field name (memoadditional1:
now becomes vbcrlf memoadditional1 that way when I extract my data all I
have to do is look for next vbcrlf.
Any help would be greatly appreciated or if you know of better routine to
get this data would be great!
Thanks,
Jack
emailed to me into access. I believe if I can remove all of the vbCrLf after
the single items(firstname:,lastname: etc - these extract fine)and then have
them replaced right before the field name, it may work. For example my
current email comes like this:
Firstname: john
Lastname: hancock
etc.... now here is memo fields always 2 vbcrlf below
memofield1
data from memofield one This contains chr(13), chr(10)
memoadditional1
info for memoadditional1
more data
for this field.
I would like to use the replace or trim command AFTER lastname to get rid of
all the vbcrlf and then insert one right before field name (memoadditional1:
now becomes vbcrlf memoadditional1 that way when I extract my data all I
have to do is look for next vbcrlf.
Any help would be greatly appreciated or if you know of better routine to
get this data would be great!
Thanks,
Jack