hyperlink in textbox

G

Guest

I want to store more than 1 hyperlink for every record in the textbox.
I have tried the following code, but an error occur (runtime error 7980: the
hyperlinkaddress is read only for this hyperlink. what did i do wrong?

Me.txtFile_Name = strName
Me.txtFile_Name.Hyperlink.Address = strPath & strName
 
W

Wayne Morgan

You should only store one piece of data per field. If you need to store two
pieces of information, you should have two fields.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top