G
Guest
I have a form bound to a table...
As changes are made to a field on the form, I want to inspect the change and
perform some action...
The problem that I am running into is that when I inspect the value using
the "On CHange" event, the data that is returned to me is not what was typed
into the form... it is missing the change (the character) that was just typed.
Specifics:
Here's what I've got.. a table named Config. Attributes: ID, Key, Value,
Description.
My form allows the user to make changes to the Value attribute... but When I
inspect the me.Value property, the value returned doesn't contain the last
character typed into the Value field...
Any help would be appreciated...
As changes are made to a field on the form, I want to inspect the change and
perform some action...
The problem that I am running into is that when I inspect the value using
the "On CHange" event, the data that is returned to me is not what was typed
into the form... it is missing the change (the character) that was just typed.
Specifics:
Here's what I've got.. a table named Config. Attributes: ID, Key, Value,
Description.
My form allows the user to make changes to the Value attribute... but When I
inspect the me.Value property, the value returned doesn't contain the last
character typed into the Value field...
Any help would be appreciated...