Access 2010 - 表单上的超链接别名

Access 2010 - Hyperlinks alias on a form

我有一个 table,其中包含报告 URL 的 (http:...),我需要它来将其显示在表单上。如何将 "Alias" 分配给 URL 以便它不会在表单上显示整个 URL?

例如,http://report1.com 表单显示应该是:报表 1(带超链接)

  1. 在表格中添加一个Label
  2. Caption 属性 设为您的 "Alias" Report 1
  3. HyperlinkAddress 属性 设置为 URL

如果您使用记录集

,您也可以在 VBA 代码中动态执行此操作

MSDN Reference Documentation