- Version
- Download 211
- File Size 39.94 KB
- File Count 1
- Create Date May 6, 2016
- Last Updated May 6, 2016
Append Query Demo in Visual Basic and MS Access
Append Query Demo in Visual Basic and MS Access
Append query is the process of copying the records from the source table to another table
Note: the two tables must be identical.
Program Functionalities:
1. Connect Visual Basic 6 to MS Access
2. Populate Listview (Source Table)
3. Append Records (copy to Destination table) and Display the records to the append listview.
Happy Programming
i want to append the selected item in the listview to be saved in another table,can anyone help?