On Mon, 14 Mar 2011 09:32:09 -0700, croy <(E-Mail Removed)> wrote:
>How can I get the BeforeUpdate code to fire when a KeyDown
>event enters a value, or when the Default Value is not
>molested?
BeforeUpdate fires only when the user actually manually updates the field.
Either put the same code in your KeyDown event, or call the BeforeUpdate event
from your KeyDown code:
Call Form.BeforeUpdate(Cancel as Integer)
--
John W. Vinson [MVP]
Microsoft's replacements for these newsgroups:
http://social.msdn.microsoft.com/For...-US/accessdev/
http://social.answers.microsoft.com/.../en-US/addbuz/
and see also
http://www.utteraccess.com