Search results for query: *

  1. S

    Database Table Update

    Thx for the reply, that does work, always the very small parts which make it kinda frustrating sometimes!
  2. S

    Database Table Update

    Hi, I am trying to update two fields in a database at the same time with the following code...... Private Sub btnupdate_Click(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles btnupdate.Click Dim con As OleDb.OleDbConnection = OleDbConnection2 Dim cmd As...
Back
Top