How to embed instruction to form?

C

Cam

Hello,

I have an instruction document (with pictures) in Word on how to input data
in the database. What is the best way to link this document to a button for
users to pull up to read or print the instruction? Thanks
 
C

Chegu Tom

You can make a button or label with a hyperlink to that file (I call mine
'Help')

You might want to make it a pdf or html format so versions of Word is not an
issue and users won't be able to change the document
 
C

Chegu Tom

Check the vbo help FollowHyperlink

you will need something like

application.followhyperlink strAddress, , True

where strAddress is the hyperlink address
 

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

Top