I have an Unbound combo box on my form which uses the following Row Source code: SELECT [Inventory].[Iventory ID], [Inventory].[Category] FROM Inventory; when the user selects a category from the drop-down list it automatically finds the corresponding record; however, want I'm trying to make happen is when the form is initially opened, I want the first record displayed to contain the default value for the record displayed. When I try and place a default value of "Basketballs" in the Default Value field of the table it does not display on the form.
Any ideas how to fix?