1. A car dealer wants an application that calculates the cost of a car.
2. The GUI application should link the "BuildYourCar.accdb" database and display all the data in four different ListBox based on the category.
a. Each "ListBox" should display all the items in that category.
i. Body Type, Package, Wheel, Accessories
3. The user can only choose one item from each "ListBox" to add an item to a car.
a. As each item is selected, the application displays the item in a separate "ListBox" to display.
b. If user wants to remove an item, the user can click the item in the display "ListBox" to remove it.
4. When the item is selected, the cost of that item will be added to the subtotal.
5. When the item is removed, the cost of that item will be subtracted.
6. The program should include Subtotal, Tax, and Total fields in the GUI.
a. Also, the user can click the "Clear" Button to restore the Subtotal, Tax, and Total to $0.00.
Use the BuildYourCar.accdb database below: see image.