horizontal scrollbar - only on part of a cont. form

  • Thread starter Thread starter jensm
  • Start date Start date
J

jensm

Guest
Hi,

I've got the following problem: I need to display a continuous or datasheet view form with a lot of attributes. It must be easy to compare attributes of mutiple records, so I can't use a singular form. The form has a lot of attributes, which raises the need for horizontal scrolling.

The problem is, that the first 5 attributes must remain in view, as they identify the individual records. The remaining attributes must then be horizontally scrollable.

How can I achieve this?

Thus, a "normal" horizontal scrollbar doesn't cut it.

I don't want to use several rows of controls in a cont. form for each record, because it must be very easy to get an overview of a number of records and their differences - I need to use datasheet view or cont. view to create something that looks like datasheet view.

Thank you very much,

Jens
 
Last edited:
What are these "attributes"? How to they relate to other data?
 
found solution

Hi,

Sorry - I just did a more thorugh search of the forums and found a solution.
Thanks anyway

Jens
 

Users who are viewing this thread

Back
Top Bottom