want to open a Excel and Word document from Switchboard

B

briggsy616

I am using Access 2003 and i want to be able to open a Word document and
Excel document from the Switchboard in my database. i was wondering what
procedures must be carried out to make this possible.

Can somebody help me please!
 
A

Albert D. Kallal

The code to open any windows docuemnt (pdf, excel, word) is:


Application.followHyperlink "path name to docuemnt"
 
K

Keith Wilby

briggsy616 said:
I am using Access 2003 and i want to be able to open a Word document and
Excel document from the Switchboard in my database. i was wondering what
procedures must be carried out to make this possible.

Can somebody help me please!

Please do not multi-post!
 
Top