I can't find this in the Help dialogs, but some simple experiments suggest that the maximum number of records I can display in a combo box is 65536 (i.e. 2^^16). It happens that my table has many more records than that. Is there a way to extend the number of records displayed in a combo box? I tried binding the combo box to a query and fiddling with the query's MaxRecords property, but that didn't work.
Regards, Blake R. Wiggs
Regards, Blake R. Wiggs