Bobbie,
1. How your records sort on your form is determined by the
sort order you designate inthe query behind the form.
If you designated a table as the RecordSource, your records will
probably sort by the "indexed" or key field in your table, and you
won't have any control over that.
If you use a query as the RecordSource, you can control how
the records sort/display.
2. I think you mean... "how to add a new choice to your
combo box." Try...
http://home.comcast.net/~cccsolutions/accesstips.html
under NotInListCombobox. This demonstrates how to use the
Not In List event too Add a New Selection to a Combobox.
--
hth
Al Camp
Candia Computer Consulting - Candia NH
http://home.comcast.net/~cccsolutions
"Bobbie" <(E-Mail Removed)> wrote in message
news:(E-Mail Removed)...
> Is there a way on my forms that I could
> 1. Have the entries appear in alphabetical order?
> 2. The combo box populate anytime I type in an entry that doesn't
> appear in the combo box as an option.
>
> I would like to thank you all in advance for any suggestions.
>
> Bobbie
>