HyperlinkPart MS Access

Posts   
 
    
Isz
User
Posts: 108
Joined: 26-Jan-2006
# Posted on: 28-Nov-2007 18:33:12   

How do I call HyperlinkPart in MS Access from generated code? Or would it just be better to parse out the url from the returned value of a Hyperlink Field in Access that ends up looking like...


www.mysite.org#http://www.myste.org#

Walaa avatar
Walaa
Support Team
Posts: 14950
Joined: 21-Aug-2005
# Posted on: 29-Nov-2007 08:54:06   

You may add a custom property to that entity class which return the HyperLink part after extracting it from the property corresponding to that database field.