MS Access 2007 - 带有表单中文本字符串子地址的超链接

发布于 2024-10-14 20:17:32 字数 108 浏览 2 评论 0原文

我可以创建指向 url 的超链接,但无法连接子地址。如果我将它硬编码到 url 中,它就可以正常工作。但我希望从表单数据中提取子地址。

感谢您的任何建议!我是新手,明确的指示将不胜感激。

I have no problem with creating a hyperlink to a url but I have been unable to Concatenate the sub-address. If I hard code it into the url, it works fine. But I am looking to pull the subaddress from the Form data.

Thanks for any advice! I am a newbie and explicit directions will be appreciated.

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

动听の歌 2024-10-21 20:17:32

为了让下一个人清楚起见(因为提问者已经将答案隐藏在评论中):

Application.FollowHyperlink _
    ("emma.msrb.org/SecurityView/SecurityDetailsTrades.aspx?cusip=";) + [Cusip] 

我还要指出,我不确定你在做什么(给定 URL),但它可能不是最安全的方法。

For the sake of clarity for the next guy (because the Asker has sort of buried the answer in comments):

Application.FollowHyperlink _
    ("emma.msrb.org/SecurityView/SecurityDetailsTrades.aspx?cusip=";) + [Cusip] 

I'll also note, I'm not sure what you are doing (Given the URL), but it may not be the most secure way of doing it.

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文