Submitted by Tanok Bloran on Mon, 2012-03-19 18:41.
Comment Id: 50588
Adding or Editing Data in MS Access Datasheet:
Open a table in Datasheet view
Click on Home tab
Click on New in Records group
Click the field you would like to edit
Type the correct data or add your new data
Deleting a record in MS Access Datasheet:
Go to Home tab
Click Delete Record on the Delete list found in Records group
The above steps are for MS Access 2007. If you are using MS Access 2003 or earlier versions than that, you may go to http://support.microsoft.com/kb/304473for the step-by-step procedures on how to edit, add, or delete records in the datasheet.
Submitted by Allen Kenneth on Tue, 2012-12-11 07:05.
Comment Id: 112919
Hello Martin,
Use these steps. Will help you surely.
Adding data
Open MS Access and open the database.
Use the F11 key and switch to the database.
A list of tables appears after you click the 'Table' tab
Choose the table you want to use, and open it. On the table, a horizontal row represents a single record. A column represents a single field in the record.
Click in the first cell in a empty record and type the data that should fill there.
Use the tab key or click manually to move from one column to the next.
After adding the record, a new, blank record will automatically appear below.
Update data
To edit a query based on a table, open that particular query in Datasheet view
Type the data you want to update.
Delete data
Create a SELECT query to specify the records that need be deleted.
Go to query design view. Click on the drop-down menu, at the right of the 'Query Type' button & choose 'Delete Query'
If necessary, modify the query so that the correct fields will be deleted.
Click the Run (!) button and run the action query
Close the query, saving if required
Use this URL to learn more: [http://fisher.osu.edu/~muhanna_1/837/MSAccess/tutorials.html]
Adding or Editing Data in MS Access Datasheet:
Deleting a record in MS Access Datasheet:
The above steps are for MS Access 2007. If you are using MS Access 2003 or earlier versions than that, you may go to http://support.microsoft.com/kb/304473for the step-by-step procedures on how to edit, add, or delete records in the datasheet.
Tanok Bloran
Hello Martin,
Adding data
Choose the table you want to use, and open it. On the table, a horizontal row represents a single record. A column represents a single field in the record.
Use this URL to learn more: [http://fisher.osu.edu/~muhanna_1/837/MSAccess/tutorials.html]
Hope this helps!