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!

Search results for query: *

  • Users: jtreefrog
  • Content: Threads
  • Order by date
  1. jtreefrog

    Native Oracle SQL result into SQL Compact Edition

    I've got a table adapter (In Visual Studio 2005) that connects using an oracle data connector. In the adapter, I'm using native oracle SQL such as: SELECT TO_DATE(SUBSTR(TO_CHAR(weird_oracle_field),0,12),'YYYYMMDDHH24MI') AS dt_added FROM oracle_data_table There's also a CASE statement in...
  2. jtreefrog

    Word - Checking if in a nested table and then getting out

    I have a word document that has a nested table like this: I need to run a macro that will perform the same function whether the cursor is in the nested table OR in the parent table. The macro inserts autotext into a new row (created below the current "parent" row). I can get the thing to...

Part and Inventory Search

Back
Top