Hi there,
I have a form in an Access project that contains a subform which
displays the results of a query of the style "select * from [table]
where [datefield] = #a certain date#". In the main part of the form
the user can change the date, which will force a requery in the
subform to bring up records from the date selected.
My question is this... The query in the subform is a very simple one,
with only three fields being returned. In the interest of saving
space -- or rather, of displaying more records on-screen in the
subform without the user having to scroll -- I'd like to show two
records across one row of the subform.
That is, I'd like the subform to have 6 columns instead of 3, with two
"groups" of 3 columns so two records can be displayed in one row.
However, I'm not sure if this is possible -- if I set up the subform
to have two "RecDate" fields, and two of each of the other fields, I
obviously just get the same record repeated twice across the row.
It's not crucial as it's an esthetic thing and not a functional one,
but if there's a simple way to do this I'd love to know how... any
suggestions are appreciated!
Thanks!
Matt K.
I have a form in an Access project that contains a subform which
displays the results of a query of the style "select * from [table]
where [datefield] = #a certain date#". In the main part of the form
the user can change the date, which will force a requery in the
subform to bring up records from the date selected.
My question is this... The query in the subform is a very simple one,
with only three fields being returned. In the interest of saving
space -- or rather, of displaying more records on-screen in the
subform without the user having to scroll -- I'd like to show two
records across one row of the subform.
That is, I'd like the subform to have 6 columns instead of 3, with two
"groups" of 3 columns so two records can be displayed in one row.
However, I'm not sure if this is possible -- if I set up the subform
to have two "RecDate" fields, and two of each of the other fields, I
obviously just get the same record repeated twice across the row.
It's not crucial as it's an esthetic thing and not a functional one,
but if there's a simple way to do this I'd love to know how... any
suggestions are appreciated!
Thanks!
Matt K.
Comment