Hi,
I have a query that will import excel file to access database,Is there a query that will check if the excel file was successfully imported?Or is there other way to do it...?
Thanks in Advance!
maybe I should post some real data from my database...
ProductName ProductID ProductLevel Description
ProdA 1-B68HT infant some description
ProdA 1-B68HT adult some description
ProdA 1-B68TF adult some description...
I have a table called Products with fields ProductID,ProductName,ProductLevel,Description.
ProductName ProductID ProductLevel Description
ProdA A1 level1 blah...
ProdA A1 level1 blah...
ProdC A2...
Hi,
I have a table called Products with fields ProductID,ProductName,ProductLevel,Description.
ProductName ProductID ProductLevel Description
ProdA A1 level1 blah...
ProdA A1 level1 blah...
ProdC A2...
hi,
I'm trying to Transfer all records from table A to table B and I would like to overwrite duplicate records from table B.
this code only transfer the record but not overwrite duplicate records.
cn.Execute "INSERT INTO B SELECT * FROM A'"
can someone show me how to do this?
Thanks in...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.