I am trying to use a dropdown button that can hold
80 values
The values are just numbers
I have tried the Combo box and the list box but the max entered values are 20
do you mean you arer only seeing 20 rows at one go or only 20 in the whole recordset. How many rows does the query return? or is it that the list row property is set to 20
Is it just showing a max of 20 being displayed at one time or can you only have a max of twenty total? You may have to base it off of a table instead of a value list...?