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.
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.
Comment