Inserting a new record

  • Thread starter Thread starter Sarah
  • Start date Start date
S

Sarah

Hi,

Very basic question. How do I insert new records into the
middle of database. INSERT/NEW RECORD takes me to the end
of the database, which is not what I need. Probably very
simple to do, but a mystery to me at the moment!

Thank you,

Sarah
 
Sarah,

There is no need to insert records in a certain place in a
table. Use a query to 'sort' or 'index' the records and
display in a form or report.

John
 
Back
Top