> I have a form with the control source
> =[txtPr]*[txtImpact]/100
[quoted text clipped - 6 lines]
>
> AL
If you enter a value in the control, you must at least exit the
control and go somewhere, otherwise how would access know that, if you
enter a 4 you are not wanting to enter 45 or 456?
If you don't want to go the 'next tab', whatever you mean by that, you
can use the tab order to exit to a different control on the form, or
use the control's AfterUpdate event to set focus to a different
control, or change the Form's cycle property to Current Record.

Signature
Fred
Please respond only to this newsgroup.
I do not reply to personal e-mail