How to make repeatition in detail section of a form

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

Guest

Hi all,

If a bound textbox is put in the detail section of a report, it will
repeatedly display control source. I would like the same effect, if a textbox
control is put in the detail section of a form. I know if the default view
property is set ot datasheet, similar effect will achieve, but I would like
to use single form or continuous form because I would not change the column
title if I use datasheet view.

Clara

thank you so much for your help
 
Use Continuous Form view.

Align your text boxes side by side, just one row high.
Put the labels into the Form Header section above them.
 
Back
Top