Is there a way to scroll several rows and columns of controls (txtfields & labels) so that my users can scroll through the products? (The products are labels) In the next column I have textfields that allow the user to enter expenses...the next column shows the market share as a percentage (these are labels as well)...and on and on.

I currently have all the products on 2 forms listed in rows (approx. 16 products altogether)...I wanted to use one form that would allow the user to use a vertical scroll through 7 columns & 18 rows of controls. Can I do this?

I thought maybe that I could run a select case analysis that detects the value of the vertical scrollbar and changes the visible property and position of the controls on the change event of the scrollbar. There must be a simplier way!

Flint

~*I would like to avoid the MSFlexGrid if possible*~

You can't depend on your judgement when your imagination is out of focus.
- Samuel Clemens
[Edited by flint on 10-11-2000 at 10:12 PM]