I suggest that in your access table, don't specify it has a hyperlink, just text or memo etc. Then in the appropriate field in the database use HTML tags e.g.
instead of just using http://www.webaddress.com type
<A href="http://www.webaddress.com">http://www.webaddress.com</a>
Hope...