Microsoft Access 2007 tutorial: Update and Delete Query |
||||||||||||||
Update and Delete QueryX. Update QueryYou can use update query to update data in a table. For example, update address field of TblTeacher by replacing PP with Phnom Penh. To do so, follow the steps below:- Click Create tab - Click Query Design, in Macro group, on the Ribbon - Click TblTeacher, in the list of Show Table dialog box - Click Add button - Click Close button - Drag and Drop necessary fields - Click Update Query icon - Type Phnom Penh and PP as shown below: ![]() XI. Delete QueryYou can use delete query to delete data in a table. For example, delete book records that contain BookID equal to B004. To do so follow the steps below:- Click Create tab - Click Query Design, in Macro group, on the Ribbon - Click TblBook, in the list of Show Table dialog box - Click Add button - Click Close button - Drag and Drop necessary fields - Click Delete Query Icon - Type B004 as shown below:
|
||||||||||||||
|
||||||||||||||