Option on Switchboard which opens a Word Document

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

I have a database that i want to include user help notes. I want to have an
option on the Menu which if clicked, will open up my word document (user
notes).

I know how to add a new function to the switchboard but not sure how to link
'Word' document to the database

Any idea's?
 
from Rainbow01 Hong Kong

use CreateObject method to open word document



"Shep99" 來函:
 
I can't see that command option?

Rainbow01 said:
from Rainbow01 Hong Kong

use CreateObject method to open word document



"Shep99" 來函:
 
I have a database that i want to include user help notes. I want to have an
option on the Menu which if clicked, will open up my word document (user
notes).

I know how to add a new function to the switchboard but not sure how to link
'Word' document to the database

Any idea's?

You can use the FollowHyperlink method:

Application.FollowHyperlink "c:\FolderName\DocumentName.doc"
 
I have gone into the switchboard and gone into the option i want to edit e.g.
'help'

I have gone into command and the only options i have are:

Go to Switchboard
Open form in add mode
open form in edit mode
open report
design application
exit application
run macro
run code

Which option do i select?

Thanks
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Similar Threads


Back
Top