i created a combo box having five columns and seven rows. the first one is a number column (1,2,....7) which i set an index key in order to have the text information sorted per the row value of this column. the remaining columns are text and of differing lengths which are approximately, 1", .25", 2" and 6".
in deploying this combo box, i tell access 2000 my display control is a combo-box, that the row source type is a table/query, the name of the row soure's, that i want the bound column to be 3, that there are 5 columns, not to use the column heads, that the column widths are 0",1",.25",2" and 6" respectively for columns 1 through 5 because i don't want column number 1's information displayed. i tell access to list the default 8 rows, that the list width is 9.25" and to limit the entry to the list.
problem is that when i click on the drop down button to test this what i see does not make good sense --- i.e. the left most column displayed has the data from the 3rd column in the combo box and is displayed with about as much width as should be given to the 2nd column and the second column displayed in the drop down combo box the user will see holds the data from the 3rd column. in other words, access (correctly) omitted the display of the first column and juxtaposed the display of columns 2 and 3.
the problem is corrected when i juxtapose the widths and enter the widths thus: 0",0.25",1";2";6";
i'm scratching my head but happy i managed to 'figure it out' --- whatever this means?
in deploying this combo box, i tell access 2000 my display control is a combo-box, that the row source type is a table/query, the name of the row soure's, that i want the bound column to be 3, that there are 5 columns, not to use the column heads, that the column widths are 0",1",.25",2" and 6" respectively for columns 1 through 5 because i don't want column number 1's information displayed. i tell access to list the default 8 rows, that the list width is 9.25" and to limit the entry to the list.
problem is that when i click on the drop down button to test this what i see does not make good sense --- i.e. the left most column displayed has the data from the 3rd column in the combo box and is displayed with about as much width as should be given to the 2nd column and the second column displayed in the drop down combo box the user will see holds the data from the 3rd column. in other words, access (correctly) omitted the display of the first column and juxtaposed the display of columns 2 and 3.
the problem is corrected when i juxtapose the widths and enter the widths thus: 0",0.25",1";2";6";
i'm scratching my head but happy i managed to 'figure it out' --- whatever this means?