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.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top