We will use the Northwind database (NWIND.MDB), a sample database that is included with all versions of Microsoft Access, as the data source for our examples, connecting to it using an ODBC connection.  We will create an OpenInsight form containing a combo box.  The contents of the combo box will be populated from the Northwind database from code in the CLICK event of a push button.  

In our example, the entries in the combo box will be a list of companies in the Northwind database's Customers table.  The user will be restricted to selecting only those companies.  The result is a form that displays as shown below:

  • No labels