I'm trying to figure out how to have the default values for a list box automatically set by its row source from 1 to 9999.
I'm assuming that by setting its row source type to "value list" and coming up with some kind of simple code for a sequence to denote a list from 1 to 9999, that would do it.
On the other hand, VB is usually the way to go when it comes to this kind of stuff.
Any suggestions?
I'm assuming that by setting its row source type to "value list" and coming up with some kind of simple code for a sequence to denote a list from 1 to 9999, that would do it.
On the other hand, VB is usually the way to go when it comes to this kind of stuff.
Any suggestions?