This is a multi-part message in MIME format.
------=_NextPart_000_000A_01C46E36.F877B2E0
Content-Type: text/plain;
charset="iso-8859-1"
Content-Transfer-Encoding: quoted-printable
This doesn't display anything after the user updates the Notes/Body =
field on a custom Contact form. It does work on the other fields on the =
form.
Sub Item_PropertyChange(ByVal Name)
msgbox Name & " was changed"
end sub
Any ideas what's going on? Is there a way I can tell when the value of =
the Notes/Body field is changed by a user?
Thanks.
------=_NextPart_000_000A_01C46E36.F877B2E0
Content-Type: text/html;
charset="iso-8859-1"
Content-Transfer-Encoding: quoted-printable
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
<HTML><HEAD>
<META http-equiv=3DContent-Type content=3D"text/html; =
charset=3Diso-8859-1">
<META content=3D"MSHTML 6.00.2800.1400" name=3DGENERATOR>
<STYLE></STYLE>
</HEAD>
<BODY bgColor=3D#ffffff>
<DIV><FONT face=3DArial size=3D2>This doesn't display anything after the =
user=20
updates the Notes/Body field on a custom Contact form. It does work on =
the other=20
fields on the form.</FONT></DIV>
<DIV><FONT size=3D2><FONT face=3DArial =
color=3D#0000ff></FONT></FONT> </DIV>
<DIV><FONT size=3D2><FONT face=3DArial color=3D#0000ff>Sub =
Item_PropertyChange(ByVal=20
Name)</FONT></DIV>
<DIV>
<P><FONT face=3DArial color=3D#0000ff>msgbox Name & " was =
changed"</FONT></P>
<P><FONT face=3DArial color=3D#0000ff>end sub</FONT></P>
<P><FONT face=3DArial>Any ideas what's going on? Is there a way I can =
tell=20
when the value of the Notes/Body field is changed by a =
user?</FONT></P>
<P><FONT face=3DArial>Thanks.</FONT></P></FONT></DIV></BODY></HTML>
------=_NextPart_000_000A_01C46E36.F877B2E0--