P polina Registered User. Local time Today, 21:22 Joined Aug 21, 2002 Messages 100 Oct 3, 2002 #1 Hi How to make that when my form opens, the default for the combo box would be the first value out of that combo box values? Thanks
Hi How to make that when my form opens, the default for the combo box would be the first value out of that combo box values? Thanks
M Mario Registered User. Local time Today, 16:22 Joined Jul 3, 2002 Messages 67 Oct 3, 2002 #2 I presume that your combobox is taken its value from a table? If so, just set the default value properties of that combobox to the first value present in your table...
I presume that your combobox is taken its value from a table? If so, just set the default value properties of that combobox to the first value present in your table...
M Mario Registered User. Local time Today, 16:22 Joined Jul 3, 2002 Messages 67 Oct 3, 2002 #3 To be more precise, you have to write this line in the defaultvalue propertie field of you ComboBox: [ComboBoxName].[itemdata](0)
To be more precise, you have to write this line in the defaultvalue propertie field of you ComboBox: [ComboBoxName].[itemdata](0)