Access 2003

  • Thread starter Thread starter Guest
  • Start date Start date
Just type the record into the new row at the bottom of the table.

The table is just a bucket to hold records. In database theory, it has no
physical order. If you want the records presented in a particular order,
then you have to define that order, by adding a field that determines the
order. You then use a query to sort the records by this field.
 
Back
Top