G
Gary
In a large application I have many combo boxes with Auto Expand
property set to "Yes". There are two fields in the row source:
SELECT DISTINCTROW TBL_TOWN.TCODE, TBL_TOWN.TNAME
FROM TBL_TOWN
ORDER BY TBL_TOWN.TNAME;
First visible field is TNAME.
Bound column = 1
The combo boxes worked fine in Access 97. But after converting to
Access 2007, the auto expand feature is not working.
I've deleted one of the existing combo boxes and have recreated it
using the wizard. Afterwards, Auto Expand is working. But when I save/
close the form and then reopen it, Auto Expand is no longer working. I
see that the combo box is in fact the newly created object. But Auto
Expand is failing. All property settings of the combo box are still
correct (unchanged from those set by the wizard).
I'd be most grateful for any suggestions.
property set to "Yes". There are two fields in the row source:
SELECT DISTINCTROW TBL_TOWN.TCODE, TBL_TOWN.TNAME
FROM TBL_TOWN
ORDER BY TBL_TOWN.TNAME;
First visible field is TNAME.
Bound column = 1
The combo boxes worked fine in Access 97. But after converting to
Access 2007, the auto expand feature is not working.
I've deleted one of the existing combo boxes and have recreated it
using the wizard. Afterwards, Auto Expand is working. But when I save/
close the form and then reopen it, Auto Expand is no longer working. I
see that the combo box is in fact the newly created object. But Auto
Expand is failing. All property settings of the combo box are still
correct (unchanged from those set by the wizard).
I'd be most grateful for any suggestions.