Form entry order

  • Thread starter Thread starter FJ Questioner
  • Start date Start date
Send it to me also if you like: (e-mail address removed)

Obviously, remove the word REMOVE from the address ;)

I'll respond here if I figure something out.

God Bless,

Mark
 
Jeff,

In the [Amoung] control of the gray subform you have a macro in the
AfterUpdate called, "Set Non-Factored Invoice Rebate". It has a Requery
action. That is the problem. The the textbox updates, the Requery fires
and sends the subform to the first record. I am guessing that you type in
the amount then click the forward navigation button. If so, it would appear
that something is wrong with the nagivation, but when you click button, the
AfterUpdate macro executes, requerying the form, forcing it to record one.
Remove, the Requery action from the Macro and you will solve it.

God Bless,

Mark A. Sam
 
Fantastic! Thanks very much for the sleuth work.
I must confess that I never really fully understood the requery action and
tended to use it when in doubt. Looks like I over did it in this case.

Thanks again.
Jeff
 
Back
Top