Load Combo Box value with First/Last/Previous value

How to Load Combo Box with the First or Last value on the list or Previous Value was selected last time Load Combo Box value with the First item on the list 1. Create a combo box on form. In this How To, will select data from the Customer Type table. Select option “I want the combo box to get the values from another table or query” on the Combo Box Wizard. Then select CustomerTypeID and CustomerType fields from table Customer Type. 2. Under the Event Procedure of Form On…

Read More

Combo box value depends on the selection of another combo box

The combo box data depends on selection on another combo box Two combo boxes have been related to each other. The data list on the second combo box will depend on the selected value on the first combo box. How to make it works? Step #1  Create two combo box on form. The first combo box, in this How To, will select data from the Customer Type table. Select option “I want the combo box to get the values from another table or query” on the Combo Box Wizard. Then select CustomerTypeID and…

Read More