News

To bind the ComboBox to data, use the data-items property of the component. The data-items property accepts both: Arrays of primitive values and Datasets of objects.
In VBA for access 2000, it was really easy to prevent someone from entering a value that was not in the list. In the combobox's properties, you just change the "LIMIT TO LIST" property to True ...