Thanks StarTrekker,
This works great for my combo boxes that have more than 1 row, however, for the DB I am building there is a need to have a form with a combobox with only 1 row (I know this is silly but the form must look EXACTLY like the PDF). I can set the default to display the correct row with setting the Default Value to [DistrictID].[ItemData](0), however, the DistrictName text field only displays when I manually re-select the DistrictID combobox (even though it is already selected at default).
Is there a simple way to have the text field also selected at default, or if not, is there a way to the have the text field DistrictName default to the correct name?
thanks!!