Search results for query: *

  1. S

    Creating new textbox

    hello, im not sure if this is the place to post this thread, if not then im sorry for the mistake. i need some advice bout creating a new textbox upon button click meaning the more the user click on the button the more textbox will be created. i have figure that naming it wont be a problem if it...
  2. S

    oledb error

    hello i have build a database using MS ACCESS and write a coding in VB.NET to connect it as below Imports System.Data.OleDb Public Class addItem Inherits System.Windows.Forms.Form Dim myconnection As New OleDbConnection("provider=microsoft.jet.oledb.4.0; datasource =...
  3. S

    update & delete

    hello...im a new VB.NET user i wish to try to add, update and delete a information in textbox into a table the form will have only 1 textbox with 3 button and a table "Name" using MS Access can anyone assist me? code or tutorial link would be good i just wish to know how this is done thank you...
Back
Top