F
Frederick Wilson
Hello,
Access XP
My table field property is set as a number
On my dataentry form the associated control sends an unfriendly
error/warning when a string is entered. I have tried to trap this error with
IsNumeric() in the beforeupdate for the control and in the on exit for the
control. However, I still get the system default error.
Additionally, after I click the ok button on the system warning, I try to
click my exit button which has
if me.dirty = true then me.undo
docmd.close
This still response with the system error. Not until I go back and change it
to a number can I continue or click exit.
What is the right timing to get this to work?
Thanks,
Fred
Access XP
My table field property is set as a number
On my dataentry form the associated control sends an unfriendly
error/warning when a string is entered. I have tried to trap this error with
IsNumeric() in the beforeupdate for the control and in the on exit for the
control. However, I still get the system default error.
Additionally, after I click the ok button on the system warning, I try to
click my exit button which has
if me.dirty = true then me.undo
docmd.close
This still response with the system error. Not until I go back and change it
to a number can I continue or click exit.
What is the right timing to get this to work?
Thanks,
Fred