MySQL Forums
Forum List  »  Microsoft Access

Re: Converting Hyperlink Fields from Access to MYSQL
Posted by: Bob Field
Date: December 31, 2005 01:27PM

Well first of all an Access hyperlink field actually stores essentially two fields of information: The text label that appears as the hyperlink, and the actual URL which is hidden away. If you edit the field in Access you'll see "label#url#" and if you migrate that data to MySQL that is how it will appear.

As far as coding a drop down box, what sort of client are you using to connect to MySQL?

Regards,

Bob.

Options: ReplyQuote


Subject
Views
Written By
Posted
Re: Converting Hyperlink Fields from Access to MYSQL
3803
December 31, 2005 01:27PM


Sorry, you can't reply to this topic. It has been closed.

Content reproduced on this site is the property of the respective copyright holders. It is not reviewed in advance by Oracle and does not necessarily represent the opinion of Oracle or any other party.