subform - new record entry

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

Guest

i have a form called clients and a subform called history. the subform is
continuous and shows the previous 6 records. when i want to add a new record
to the subform i click on the >* and type away as usual. my question is :
is it possible to have the new record >* at the top of the subform instead
of at the bottom? if so, how do i do this.
thanks in advance.
 
ivanoddcat,
Not within that subform itself.
You can add another "one line" subform, at the top of your regular
subform. That subform would be set to DataEntry = Yes... New records
only... no browse/delete/...etc.
After entering a new record in the one line subform... Requery your old
subform, and the new record should appear there.
 
thanks for your input al.
not had chance to try this out yet but i think you have pointed me in the
right direction.
 

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