Using Access, I want to open a word doc located on a particular drive (ie I drive). Lets say the report name is adhoc and it is inside a folder called memo. The path would be I:/memo/adhoc. In my access form using a command button and inside the properties, I want to use an event and say onclick docmd.open the word doc. Any ideas on the simplest approach to take?