Add product to SQL via VB

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • ryguy0320
    New Member
    • Jun 2007
    • 1

    #1

    Add product to SQL via VB

    Hello I am fairly new to VB and needed help with the following;

    You will create a single windows form based application that allows you to add a new Products to the database. In addition to just adding the products you must assign the supplier of this products. The following additional guidance applies:

    1. Provide input controls for each of the fields in the employees table except ProductID which is an identity.
    2. Provide a combo box that will display the name of categories and suppliers. Load the combox box in alphabetical order.
    3. Provide a "New Product" button to clear out the form for adding a new product.
    4. Provide a "Save" button to save the new added information to database.

    Thank you for any direction.
  • Killer42
    Recognized Expert Expert
    • Oct 2006
    • 8429

    #2
    The experts on this site are more than happy to help you with your problems but they cannot do your assignment/program for you. Attempt the assignment/program yourself first and post questions regarding any difficulties you have or about a particular function of the code that you don't know how to achieve.

    Please read the Posting Guidelines and particularly the Coursework Posting Guidelines.

    Then when you are ready post a new question in this thread.

    MODERATOR

    Comment

    Working...