insert a row in .mdf table

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

Guest

hi, i wanted to insert a row in a table but when i insert row it
automatically goes to the bottom ( near auto number)
 
That is correct.

The order in the table is irrelevant. Table data is not stored in any
particular order. You seem to be confusing a database with a spreadsheet.

Your sorting comes into play when you create a query, form, or report. In
those objects you can define which field you'd like to use to sort.

Rick B
 
It is quite correct that it is irrelevant to the database as to which row
any particular order data is stored, but Access does allow you to insert a
row wherever you want it. Click the cursor on the row where you want to
insert a row, click the right mouse button and select 'Insert Row'.
However, only do one row at a time or you are likely to lose data.
 

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