continuous form with empty places

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

Guest

Hi again,

I would like to create a form that looks like the upper pane of the design
view of a table, in other words having record selectors, adjustable field
length, BUT above all, empty places for new records, it should look like a
white sheet of paper with lines, ready to be written on. Continuous forms
allow only one blank line after the last record for a new record and that's
not what I want. Any clues?

thanks in advance, george
 
Hi again,

I would like to create a form that looks like the upper pane of the design
view of a table, in other words having record selectors, adjustable field
length, BUT above all, empty places for new records, it should look like a
white sheet of paper with lines, ready to be written on. Continuous forms
allow only one blank line after the last record for a new record and that's
not what I want. Any clues?

thanks in advance, george

About the only way I can think of doing this is by having a table
prepopulated with all-NULL records - and I cannot imagine ANY good
reason to do this.

May I ask: WHY? Are you planning to make use of the order of records
within the table, for example by leaving some records blank for
formatting? If so, be aware that a Table HAS NO ORDER, and should not
be used in this manner.

What exactly are you trying to accomplish?

John W. Vinson[MVP]
 
Back
Top