Hi all.

I've the following code:
MyTable.Item("COD_Original") = txtUtente.Text

And I would like to call the .item method, the following way:
MyTable!COD_Original = txtUtente.Text

The last way is the way it's done in VB6, using an ADODB.Recordset. I need this in order to convert applications from VB6 to VB.net easly! Anyone know how to pass a field name and value like this?

Thanks in advance!