MS Access 2007:以编程方式向带有VBA的表单添加超链接

时间:2012-02-15 16:11:31

标签: forms ms-access ms-access-2007

表单填充,OnLoad事件测试字段中的值。如果该值为空,那么我想要一个超链接出现在我已经想到的文本框的位置。超链接需要链接到数据库中的另一个表单,这是我的问题。

采取以下snippit:

If cp = "" Then
    Forms[!MyForm]![MyTextControl] = "Update"
    Forms[!MyForm]![MyTextControl].IsHyperlink = True
    ' what is the code to add the link to the other form
Else
    Forms[!MyForm]![MyTextControl] = cp
End If

有关如何创建链接到其他表单的超链接的任何想法吗?

1 个答案:

答案 0 :(得分:0)

文本框中超链接的文本为:

="Form##form table1_form#This will open a form#"

="Display text#Address if required#sub address, eg form or report#screen tip#"