Tina,
Hmmm. No, when the After Update event of the combo box is
called, it knows its current value, and the code provided
should set the control's Default Value so that any
subsequent records have that value until you change it. I
think, then, that the Default Value is not being changed.
Check your syntax in the control reference. Did you
include Me! before the control name?
You can also test by entering form design view, showing
the Properties window, and returning to Form Display mode
with the Properties window still visible. Change the
Default Value manually (remember it is likely an integer
value corresponding to the PK representing the name, not
the name itself).
If this does not resolve the issue, please post the entire
code as you've entered it including the sub header and
footer, and provide more information on the form, e.g., is
it a main form and a subform or just a single form? If
the former, what are the Record Sources and how are they
linked?
KS
-----Original Message-----
Kevin,
I tried your suggestion and the form still clears out the
Input Employee field. Would I need to query for the last
record to find the Input Employee after the update?