Subform Columns instead of Rows

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

Is it possible to use a subform so that when data is added it is added in a
column format instead of rows?

In other words, my fields are Depature, Destination, Depart Time, Arrive
Time, Distance, etc... There can be several legs for each trip; the number
of legs will vary.

Each leg will have data for each of the fields above.

So, as data is added, I would like for it to be added (displayed) in columns
to the right of the first one added, instead of in rows. The reason for this
is to make for easier entry and that it closely matches the user's paper form
that is used to enter the data.
 
No. You cannot do that with a bound form.

In general, it's not productive to try to make the user interface match a
piece of paper. They require radically different design approaches. For
example, a piece of paper cannot support a scrollbar, and can allow for only
a limited number of sub-entries.
 
Back
Top