The list I would like to display typically has about 120 four-digit numbers.
I'd like to get that list on a form without the users having to scroll. I'm
open to any way to do this, but I don't think a datasheet fits the bill.
A Flex Grid Control will probably do what you want if you are prepared
to write a bit of VBA code . Have a look at -
http://www.rogersaccesslibrary.com/Otherdownload.asp?SampleName='Flex%20Grid%20D
emo.mdb'
for some examples.
Peter Hibbs.
>The list I would like to display typically has about 120 four-digit numbers.
>I'd like to get that list on a form without the users having to scroll. I'm
>open to any way to do this, but I don't think a datasheet fits the bill.
>
>> Why not use a datasheet subform to make your list ?
bicyclops - 07 Nov 2007 16:46 GMT
Thanks; that's a cool set of tools, but it's beyond my level.
I just figured out a 'pseudo' way to do what I want using four list boxes &
combinations of queries with the Top Values Percantage feature populating
them.
> A Flex Grid Control will probably do what you want if you are prepared
> to write a bit of VBA code . Have a look at -
[quoted text clipped - 10 lines]
> >
> >> Why not use a datasheet subform to make your list ?