Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations TouchToneTommy on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Recent content by jonathanlim

  1. jonathanlim

    Access SQL date format

    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()...
  2. jonathanlim

    Code to append data from oracle connected table

    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.
  3. jonathanlim

    Code to append data from oracle connected table

    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...

Part and Inventory Search

Back
Top