get a blank record to appear first on a form (not data entry)

  • Thread starter Thread starter jordatf
  • Start date Start date
J

jordatf

I want a blank record to appear first on a subform followed by existing
records in descending order. How can I do this? I do not want to use the
data entry control.
 
jordatf said:
I want a blank record to appear first on a subform followed by
existing records in descending order. How can I do this? I do not
want to use the data entry control.

You can't. The new record position is always last.

You can fake it with two subforms. One set to DataEntry mode showing a
single record and one below it with AllowAdditions turned off.
 
Back
Top