News

Populating a combo box isn't hard, but getting the combo box to communicate with a constantly changing list is a little more difficult. Learn how to populate your combo box with a dynamic list.
First, let’s create a typical combo box control in a single user application. We’ll use the Customers form in the Northwind sample database that comes with Access. Specifically, we’ll add a ...