Hello, I ajust need a help here. I have 2 tables in my database (ms access)
table1 = employees
table2 = eID
In employees table I have a column name "myimage" in "OLE Object" data type
I just want to copy the cell value in table "employees" at column "myimage" where ID is equal to the current cell value of my datagridview to update cell in table "eID" column "empImage" ID = 1
Any help will be much appreciated :)
thank you in advance