Inserting records

  • Thread starter Thread starter sak
  • Start date Start date
S

sak

I'm running Microsoft Access from "Office 2000 Professional" under Windows
xp (home addition). How can I insert records into an already existing
database? I need to insert new records between existing records, not
after the last record. I couldn't find instructions in HELP. Thanks you.
 
Records in tables in relational databases don't have a specific order: think
of the tables as "sacks of data", where the data is inserted wherever it
fits.

If the order is important, use a query with an appropriate ORDER BY clause.
 

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