Openen van Tiff, txt en pdf bestanden in MS-Access

Status
Niet open voor verdere reacties.

ceespost

Gebruiker
Lid geworden
11 mei 2009
Berichten
6
Via www.pcmenu.info heb ik geleerd office doc te openen in ms-access. Nou vraag ik mij af of het ook mogelijk is om op soortgelijke wijze niit office doc. te openen in ms-access zoals Tiff, txt en PDF documenten.
 
Met FollowHyperlink kun je elk bestandsformaat openen dat is geregistreerd in Windows:

Code:
Application.FollowHyperlink [PathFileControl] & [FileNameControl]
of
Code:
Application.FollowHyperlink [PathFileControl] & "\" & [FileNameControl] & ".pdf"
 
Met FollowHyperlink kun je elk bestandsformaat openen dat is geregistreerd in Windows:

Code:
Application.FollowHyperlink [PathFileControl] & [FileNameControl]
of
Code:
Application.FollowHyperlink [PathFileControl] & "\" & [FileNameControl] & ".pdf"
 
Status
Niet open voor verdere reacties.
Terug
Bovenaan Onderaan