i have this script :
Set qdfBestSellers = dbsCurrent.CreateQueryDef("")
With qdfBestSellers
.Connect = "ODBC;DATABASE=W;DSN=AAA"
.SQL = "SELECT START_TIME FROM table1 " & _
"Where START_TIME =#1/17/2007"
Set rstTopSeller = .OpenRecordset()...
Thanks Remou for the advice. I apologize that i didn't make it clear in my first post. The SQL or code is exactly what i want. I don't know where to start from. Will really appreciate a complete code. I learn a lot from this forum. Thanks.
I am currently trying to append data into my local access database table from oracle connected database. I have linked those table into my local microsoft access database but when i tried using append query for microsoft access, it seems like it need a few hours just to gather a few lines of...
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.