> Is it possible when using a combo box to be able to select a
> selection and then have that selection already choosen for the next
[quoted text clipped - 5 lines]
>
> Thanks
In the AfterUpdate event of the [Model] ComboBox...
Me.ComboBoxName.DefaultValue = Me.ComboBoxName
This will not persist between sessions of the Form, but will work as you move
from record to record per-session. It also will not work reliably in a
continuous form or datasheet form because the "New Row" will be displayed and
the default values populated before you have made your first entry. If you had
to do more than a couple rows with the same value it would still have some
benefit, but you would have to watch the default value carefully any time you
changed.

Signature
I don't check the Email account attached
to this message. Send instead to...
RBrandt at Hunter dot com