Using VB, how do I add a record? I am using the following things on the page:
- NewUserDataSet
- InfoBindingSource
- InfoTableAdapter
The Table, info, is structured like this:
- FirstName
- MI
- LastName
- Email
- JobTitle
- Phone
- Phone2
- Cell
- Address
- City
- State
- Zip
- DOB
- SSN
- password
THANKS FOR THE HELP!