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 derfloh 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 liezlm

  1. liezlm

    How to use an Oracle query in MS ACCESS

    That's perfect PHV! Thanks a lot for your help.
  2. liezlm

    How to use an Oracle query in MS ACCESS

    I have very little experience in Access so this is really hard for me. My Oracle SQL query is: SELECT t3.active, t3.col, t1.town, t2.name FROM table1 t1, table2 t2, table3 t3 WHERE t1.val_id = t3.val_id (+) and t1.appl_id = t3.appl_id and t1.coname_id = t2.coname_id ; How do i code this is...
  3. liezlm

    Template with macro encounter 2147417848 error

    I have MS Word 2007 template with macro. It selects a file, attach the file and creates a hyperlink pointing to the file. Breaks down on this part: ActiveDocument.Hyperlinks.Add Anchor:=Selection.Range, _ Address:=sLnkAddress, SubAddress:="", ScreenTip:="", _ TextToDisplay:=sLnkDisplay The...

Part and Inventory Search

Back
Top