How do you add a row in datasheet view in access database

  • Thread starter Thread starter JAVA
  • Start date Start date
J

JAVA

I am using Microsoft 2003 access to build a database. In the database I will
be imputting data from various months. I may have to go back and imput data
for the previous month(s) after I put the present month in so I would like
to know how to add rows so that I can do this.
 
You would add a row for previous months the same way as you added any other
row. MS Access does not store the rows in a table in any particular order,
so you have to specify the order you want to see them displayed, i.e. sorted;
the order you enter them does not really matter. There is no equivalent in
MS Access to Insert Row in MS Excel.

HTH

John
 
Back
Top