List boxes are usually used to display or choose data in a form. Combo boxes
are used for searching, display, and for data entry on a form.
Always do the data entry from a form where you can construct rules and code
to verify the data. Never enter data directly into a table. If you feel you
can do more work with a datasheet, use a form datasheet, not a table.

Signature
Arvin Meyer, MCP, MVP
http://www.datastrat.com
http://www.mvps.org/access
http://www.accessmvp.com
> Hello,
>
[quoted text clipped - 5 lines]
>
> Thanks in advance