Set Date
אני מעדכן טבלת ב Access ע"י המשפט הבא:
"UPDATE tblFix SET tblFix.RecDate = " & Me.DataGridView1.Item(2, DataGridView1.CurrentRow.Index).Value & " Where FixID=" & Me.DataGridView1.Item(0, DataGridView1.CurrentRow.Index).Value().ToString & ";"