H
HumanJHawkins
I have an unbound Edit Box in a subform. I have created an "OnDirty"
event for it. However, typing into the edit box does not trigger this
event. Nor does typing, then changing focus, etc. Can anyone say why
this would be?
Related FYI, I tried just using the OnChange event to work around the
issue. However, even when I get properties for the unbound edit box
and create a new OnChange event (so Access takes me right to the VB
editor with a Private Sub already made and named for me), I get "The
expression On Change you entered as the event property setting
produced the following error: Procedure declaration does not match
description of event or procedure having the same name."
Searching the entire project, there is no other case of a function or
sub with this name, so it is not a duplicate function issue.
Thanks in advance for any assistance.
event for it. However, typing into the edit box does not trigger this
event. Nor does typing, then changing focus, etc. Can anyone say why
this would be?
Related FYI, I tried just using the OnChange event to work around the
issue. However, even when I get properties for the unbound edit box
and create a new OnChange event (so Access takes me right to the VB
editor with a Private Sub already made and named for me), I get "The
expression On Change you entered as the event property setting
produced the following error: Procedure declaration does not match
description of event or procedure having the same name."
Searching the entire project, there is no other case of a function or
sub with this name, so it is not a duplicate function issue.
Thanks in advance for any assistance.