Alpha Five version 10.5 has a new feature in the html editor that allows you to INSERT LINK to a URL.

My question is, is it possible to insert a link to a specific field where the data is already stored as an html memo?

For example,

Say I had two separate tables:

Movie Table

MovieID
MovieName
Year
Summary (html memo)


Actor Table

ActorID
ActorName
ActorBio (html memo)


Say if I were creating a a summary for the film 'Twelve Monkeys' and wanted to insert a url to 'Bruce Willis' ActorBio, what would the url look like?

I am using mysql as my database.

Thanks!

Joel