Calendar

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

Guest

Can a hyperlink be assigned to a calendar date so when you click on that date
it takes you to a document or another site? If so, can more that 1 event be
assigned?
 
Try the following after the calendar update event:

strURL = string generated based on calendar control value
Application.FollowHyperlink strURL

This way, you can generate as many different links as you want and have more
control over the behavior of the control.
 
Thank You

kingston via AccessMonster.com said:
Try the following after the calendar update event:

strURL = string generated based on calendar control value
Application.FollowHyperlink strURL

This way, you can generate as many different links as you want and have more
control over the behavior of the control.
 

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

Back
Top