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

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.
 
R

Rick Brandt

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.
 
K

KARL DEWEY

Have an event to append a blank dummy record on open if a blank does not
exist.
 
Top