how to make this report?

ariansman

Registered User.
Local time
Today, 02:24
Joined
Apr 3, 2012
Messages
157
I have made a table which contains the data from some companies, such as company name, phone number and address, website, etc. I have also made a report over this table.
How can I make this report, so that if I click on the box that has the company website, it automatically open an explorer with that company website in the address bar?
 
thank you but i could not figure if i open the box properties and then, on click, then what i should write there. can anybody advise?
 
Hmm, try this...

Code:
Application.FollowHyperlink Me.NameOfYourTextBoxContainingWebsiteAddress
 

Users who are viewing this thread

Back
Top Bottom