Vanessa,
In the last control (or any data control for that matter) place this line in
the AfterUpdate event of the control:
DoCmd.RunCommand acCmdSaveRecord
This will update the form's underlying table.
God Bless,
Mark A. Sam
On Apr 4, 11:19 am, "Mark A. Sam" <MarkA...@EmEssEn.Com> wrote:
> Vanessa,
>
[quoted text clipped - 30 lines]
>
> - Show quoted text -
Thanks - it's a form bound to a table - really just a front-end data
entry tool. What i'd like to be able to do is to have the user tab off
the last field in the record and then click a calculate button.
however, the form is leaving the record open for editing (ie, it has
the pencil symbol in the corner, as if it's waiting to complete some
input)- - that means that none of the data entered pass through to the
queries and scratch tables that perform the calculations.
Vanessa - 18 Apr 2008 01:16 GMT
> Vanessa,
>
[quoted text clipped - 55 lines]
>
> - Show quoted text -
WORKED LIKE A CHARM! thankx!!!!