Purchase Solution

Pet Store Application in Visual Basic.NET

Not what you're looking for?

Ask Custom Question

For this assignment, your group will create a Visual Basic.NET application for a pet store. Please refer to the following information for the complete requirements.

Your group project should meet the following requirements:

Incorporate ADO.NET access to at least three Microsoft Access data tables. These tables should include Customers, Products (the kinds of products offered, cost, sales price, and quantity on hand), and Sales information (a combination of customer and product with a date and other pertinent information).

Use at least three user input forms that allow the user to add, edit, and delete records in the database. The sales screen should allow you to select a customer and a product from a dropdown list box.

One screen should allow the user to see a list of all products sold to a specific customer, sorted by date. The customer that the data is displayed for should be selectable from a list box. Consider this to be a report screen.

Include Structured Error Handling in appropriate places in the program.
Create a nice, intuitive user interface with a full menu structure.

Add a form that includes the RichTextBox control and several predefined template letters. This part of the program would be used to write letters to your customers when there is a specific issue you would like to address with them, so use your imagination here.

Be sure to document the programming, designs, the preliminary specifications, and system requirements. This documentation should be in the form of an MS Word document and additional comments in the source code.

Purchase this Solution

Solution Summary

Create a Pet Store Application in Visual Basic.NET

Purchase this Solution


Free BrainMass Quizzes
Word 2010: Table of Contents

Ever wondered where a Table of Contents in a Word document comes from? Maybe you need a refresher on the topic? This quiz will remind you of the keywords and options used when working with a T.O.C. in Word 2010.

Javscript Basics

Quiz on basics of javascript programming language.

Inserting and deleting in a linked list

This quiz tests your understanding of how to insert and delete elements in a linked list. Understanding of the use of linked lists, and the related performance aspects, is an important fundamental skill of computer science data structures.

Basic Computer Terms

We use many basic terms like bit, pixel in our usual conversations about computers. Are we aware of what these mean? This little quiz is an attempt towards discovering that.

Basic UNIX commands

Use this quiz to check your knowledge of a few common UNIX commands. The quiz covers some of the most essential UNIX commands and their basic usage. If you can pass this quiz then you are clearly on your way to becoming an effective UNIX command line user.