Can I Show multiple Records Per Form?

G

Gary

I have a form which is bounded to a table. This table has muiltiple records.

I know how to show one record on the form. When I advance the record select
button, it shows the next record in form view.

Does any one know how can I show two or four records on a form at the same
time on the screen???

I have done something like this in the print mode, but I need a form that is
active to do some manual selection of objects. Each of the records format
will be the same.

Thanks,

Gary
 
G

Gary

Thank You. I works. It only shows one record per row.

How can I view two of the records side by side per row???

Is this possible???


Thanks,

Gary
 
K

Klatuu

I don't think you can do that.

Gary said:
Thank You. I works. It only shows one record per row.

How can I view two of the records side by side per row???

Is this possible???


Thanks,

Gary
 
A

Albert D.Kallal

if you are talking about showing many reocrds on the left side of the
form..and for each reocrd...you show "many" on the riht side..then just use
two sub-forms.


Here is some screen shots to give you some ideas....
 
Top