Multiple Columns on a form

J

JeffH13

On Continuous Forms you can show data vertical on the screen. Is there a way
to show data Vertical and Horizontally on the screen.

Like you are showing 20 small forms on the screen all at the same time from
the same table.

I hoping someone has come up with something like this....

Thanks
 
G

Graham Mandeno

Hi Jeff

Unfortunately, no. It's been on my wish-list for years!

I've never seem a viable workaround, either. It would need to involve
having multiple subforms, each filtered to show only a certain range of
records. VERY messy - especially if scrolling is involved!

However, if the number of records in your recordsource is reasonably static
then it might be workable.
 
J

JeffH13

Thanks for the thought. I will do what I was originally planning. Multple
subforms on a form. Yes it going to be a mess for me but the end user most
likely won't even notice.

Thanks again....

Graham Mandeno said:
Hi Jeff

Unfortunately, no. It's been on my wish-list for years!

I've never seem a viable workaround, either. It would need to involve
having multiple subforms, each filtered to show only a certain range of
records. VERY messy - especially if scrolling is involved!

However, if the number of records in your recordsource is reasonably static
then it might be workable.
--
Good Luck!

Graham Mandeno [Access MVP]
Auckland, New Zealand

JeffH13 said:
On Continuous Forms you can show data vertical on the screen. Is there a
way
to show data Vertical and Horizontally on the screen.

Like you are showing 20 small forms on the screen all at the same time
from
the same table.

I hoping someone has come up with something like this....

Thanks
 
Top