Display form date up - down then to right (1 Viewer)

Chrism2

Registered User.
Local time
Today, 01:48
Joined
Jun 2, 2006
Messages
161
Hello folks,

Is there some natty way to display, in a continuous form or otherwise, so that you can have more than one column for the same field of data...

I.e

Say we are displaying the data from one field from one table, and it has 30 entires, yet my form can "fit" 10 from top to bottom. Is it possible to display the next 10 in a column to the right of the first?

:confused:

Thanks!
 

Guus2005

AWF VIP
Local time
Today, 02:48
Joined
Jun 26, 2007
Messages
2,641
Not sure what you are asking. Do you want to continue the fields on the next line?
Design a form and place the fields where you want then. Set the property to continuous not datasheet.
Code:
Field01 Field02 Field03 Field04 Field05 Field06 Field07 Field08 Field09 Field10
Field11 Field12 Field13 Field14 Field15 Field16 Field17 Field18 Field19 Field20
Field21 Field22 Field23 Field24 Field25 Field26 Field27 Field28 Field29 Field30

Field01 Field02 Field03 Field04 Field05 Field06 Field07 Field08 Field09 Field10
Field11 Field12 Field13 Field14 Field15 Field16 Field17 Field18 Field19 Field20
Field21 Field22 Field23 Field24 Field25 Field26 Field27 Field28 Field29 Field30

Is that what you wanted?
 
Last edited:

Users who are viewing this thread

Top Bottom