Set up a combo box on your form. In the rowsource for the combo box, select your table with the states. Select the two fields you wish to have in the combo box. Set the sort in the query behind the combo box to Ascending. Set the DArea as the bound field for the lookup.
Look at this tutorial for further clarification: http://www.datapigtechnologies.com/AccessMain.htm
Scroll down to the section on combo boxes
Thank you that worked. For some reason I always try to create the combo boxes in the Table not the Form
Why you should always create combo boxes in a form and not in a table
http://access.mvps.org/access/lookupfields.htm