>Hello all,
>
>I have a button on my form from which I would like to open up a word
>document. The word document would be located in a folder in the same level as
>the database. Is it possible to do this?
>Private Sub openDoc_Click()
>On Error GoTo Err_openDoc_Click
Dim strfile AS String
strfile = "C:\PathToFile\MyWordDoctoOpen.doc"
Application.FollowHyperlink strfile
>Exit_openDoc_Click:
> Exit Sub
[quoted text clipped - 4 lines]
>
>End Sub
Hope thats what your looking for.

Signature
Regan,
Paeroa
World famous in New Zealand