Posts Tagged ‘vba example’

ComboBox: Using VBA to Programmatically Populate the List

By tosopFriday - April 24th, 2015Categories: 400 Planets

This article discusses applying VBA to Windows MS Access 2007 form controls.

A ComboBox is a Windows control made of two parts: a text portion and a list. A text box is used to display a selection made from a list of items. A list box displays a list of items, usually in one column, but a list box can also be configured to display more than one column.

Continue reading "ComboBox: Using VBA to Programmatically Populate the List" »