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