P
PeterM
On a form in AC2003 I have a field (emailaddress). I have coded an event for
the OnChange event. The OnChange event simply concatenates a few other
literals and the emailaddress field 0nto a form textbox (emailaddressmsg). I
want the emailaddressmsg to update after each keystroke in emailaddress
hence using the OnChange event. However, it doesn't update the
emailaddressmsg until emailaddress looses focus.
How do I capture each keystroke via the OnChange event? When I run in debug
mode, emailaddress is null in the OnChange event.
the OnChange event. The OnChange event simply concatenates a few other
literals and the emailaddress field 0nto a form textbox (emailaddressmsg). I
want the emailaddressmsg to update after each keystroke in emailaddress
hence using the OnChange event. However, it doesn't update the
emailaddressmsg until emailaddress looses focus.
How do I capture each keystroke via the OnChange event? When I run in debug
mode, emailaddress is null in the OnChange event.