I've been searching the net trying to find a way of putting text with a hyperlink into records in a mysql table until I found the following:
Hyperlink : NOT SUPPORTED
The Hyperlink Datatype in Access is particular to access, and is not supported in MySQL. The nearest equivalent in MySQL would be to create a column with Datatype TEXT, which would accommodate the (up to) 2048 characters of the Hyperlink display text.
Can anyone think of a better way to achieve hyperlinked text?
thanks
Malc