VBA Form dynamic hyperlink from current record -


i have search form. if double click on of items, new form opens selected record, can see details it. store id, can use open webpage https://mywebpage.net/asd/id. want concatenate base url (https://mywebpage.net/asd/) id, doesn't work. tried "https://mywebpage.net/asd/" & me.id, when click on it, access says "https://mywebpage.net/asd/" without id. can me how create hyperlink on details form, navigate current element's webpage?

find out! base url: ="https://myanimelist.net/anime/" & me.malid


Comments

Popular posts from this blog

asp.net - How to correctly use QUERY_STRING in ISAPI rewrite? -

jsf - "PropertyNotWritableException: Illegal Syntax for Set Operation" error when setting value in bean -

arrays - Algorithm to find ideal starting spot in a circle -