Which control do I need (datagrid with records as rows)?

K

kk

Hello everybody!
I have a form and a subform that contains some details about the main
form. The subform have at most 12 records that have 5 fields (a
constraint that has to do with the nature of the entity that is
described) and I want to present those 12 records in the same way that
a datagrid presents them, but with a slight difference: I would like
to have a "grid" that consists on 12 columns (one for each record) and
5 rows (one for each record's field).
For example if a have only 2 records:
A1 A2 A3 A4 A5
B1 B2 B3 B4 B5

I would like to present them in the following way:

A1 B1
A2 B2
A3 B3
A4 B4
A5 B5

Is there a control that provides what I want? Any suggestions?

Thanks!
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top