Table design: "web adress" field format

abdoudiaw

Registered User.
Local time
Yesterday, 21:29
Joined
Sep 13, 2013
Messages
15
Hi,
Designing a table of companies.
Need a field containing the website adresse for each company.
MS-Access 2013 does not offer such a field format.
On a form I can create it, click on it and it will open the website.
But that way it opens the same website instead of different websites for different companies.
I tried the hyperlink format but it did not work
Thanks
 
"did not work" is not very useful. That is the data type many people would use. Personally I use the text data type and use

Application.FollowHyperlink

to open the file/path/website in the double click event of the textbox.
 
Hi pbaldy,
I resarted it from scratch using the hypelink data type and ... now it's working well!
I probably did something wrong the first time.
Thanks a lot.
 

Users who are viewing this thread

Back
Top Bottom