Create a program that allows a user to create, edit and save phonebook data. The
ID: 3579072 • Letter: C
Question
Create a program that allows a user to create, edit and save phonebook data. The program should contain textboxes for a first name, last name, and phone number. It should also contain a Next, Previous and Exit button. All data is stored in the numbers table of the PhoneBook.mdb database file. When the program first starts, the database should be loaded into a DataSet and the text boxes on the form should be populated with data. When the Next button is clicked the data in the text boxes should be replaced with data from the next record of the dataset. When the Previous button is clicked the data in the text boxes should be replaced with data from the previous record of the dataset. When the Exit button is clicked, the program should check for exceptions. If an exception occurs the user should be notified and given the option to exit anyway. If no exception occurs the data should be permanently saved in the database, the user should be notified and the program should close.
Explanation / Answer
step 1 Interaction with the user
step 2: Database Initialisation
}
step 3 Phonebook Operations
}
Related Questions
drjack9650@gmail.com
Navigate
Integrity-first tutoring: explanations and feedback only — we do not complete graded work. Learn more.