I have a form in Access 2007 that I use daily to view members of my online business.
I would like to have a hyperlink on the form that allows me to click and be taken directly to their online profile page.
So, for example if I have a member with a Member_ID field with a value of 442 I want a link to the URL mydomain.com/user/442.
It appears that adding a hyperlink to the form only allows me to use text and not include fields?
What I ideally want is something like:
"http://www.mydomain/user/" & 'Member_ID'
So, if I am viewing member 235 the URL will end in 236.
I hope this makes sense.
Thanks in advance for any help provided.
Regards,