Answered step by step
Verified Expert Solution
Link Copied!

Question

1 Approved Answer

** USE VISUAL STUDIO* Create a single form that lets the user type in customer contact information. In the next projects, we will add a

** USE VISUAL STUDIO*

Create a single form that lets the user type in customer contact information. In the next projects, we will add a database to this, so you want text boxes that will eventually link to fields in a table in a database. Ensure that the following is completed by the user when the submit button is clicked (if not, show a message box indicating the errors)

  • first and last name both have at least 3 letters
  • zip code is 5 numbers
  • phone is 10 numbers (you can add in or strip out hyphens--choice is yours)
  • email must exist (if you can find code that looks for @ and other relevant email features, add it)
  • if you add birth date or any date, make sure it is in the right format

If there is any way that the program can fail, add code to prevent that from happening. Once the submit button is pressed, the fields should be cleared and focus set on the first text box to get ready for the next customer entry. I'm sure you've done similar programs in your previous class, but this will prepare us for the next projects--and let you refresh your memories. There are no calculations in this program.

Zip entire project folder and attach it to this assignment to submit it.

Step by Step Solution

There are 3 Steps involved in it

Step: 1

blur-text-image

Get Instant Access to Expert-Tailored Solutions

See step-by-step solutions with expert insights and AI powered tools for academic success

Step: 2

blur-text-image

Step: 3

blur-text-image

Ace Your Homework with AI

Get the answers you need in no time with our AI-driven, step-by-step assistance

Get Started

Recommended Textbook for

Moving Objects Databases

Authors: Ralf Hartmut Güting, Markus Schneider

1st Edition

0120887991, 978-0120887996

More Books

Students also viewed these Databases questions

Question

How can we visually describe our goals?

Answered: 1 week ago

Question

What is conservative approach ?

Answered: 1 week ago

Question

What are the basic financial decisions ?

Answered: 1 week ago

Question

Describe Table Structures in RDMSs.

Answered: 1 week ago