please solve this one for me.
Q// Write a program that creates a database of records with fields : name, age and course using unbound controls. the program should be able to do the following: 1. delete records, 2. insert records, 3. search records, 4. print a report of all records and 5. edit an existing record.
Q// Write a program that creates a database of records with fields : name, age and course using unbound controls. the program should be able to do the following: 1. delete records, 2. insert records, 3. search records, 4. print a report of all records and 5. edit an existing record.
Comment