I've searched and searched the forum but have come up with nothing. I'm sure it is simple and I just missed something basic.
I have a table. In this table is a record.
I know what record it is by field name and row.
Using ADODB I want to update that single record.
i.e. NameTable
Name
Row 1 "BOB"
Change Row 1 of Name to "Tim" <- Pseudo code
Thank you for any and all help
I have a table. In this table is a record.
I know what record it is by field name and row.
Using ADODB I want to update that single record.
i.e. NameTable
Name
Row 1 "BOB"
Change Row 1 of Name to "Tim" <- Pseudo code
Thank you for any and all help