can someone show me how to do this please? I am new to programming languge?
here is the requirement? Thanks.
Create a database table with 10 records with the following fields: Lastname, FirstName, Phone Number, Street Address, City, State, Zipcode. The table name is: “User Info”. Please create the table using SQL.
2) Write a program in VB script for the user to input a lastname and firstname in a form and display user information in a display. Also, indicate if record not found.
3) Write a program in VB script for the user to add an record to the User Info table. Display the table after the record was added to the table.
4) Write a program in VB script to delete an record specified by the user inputting into a form and display the User Info table content after the user record was deleted.