在Access 2016中,当没有相应的记录存在时,可以通过以下步骤在子窗体中引用链接子字段:
Public Function GetLinkFieldValue() As Variant
If Not Me.Parent Is Nothing Then
GetLinkFieldValue = Me.Parent.Controls("LinkFieldName").Value
End If
End Function
其中,"LinkFieldName"是链接子字段的名称。
Dim linkValue As Variant
linkValue = GetLinkFieldValue()
通过以上步骤,即可在Access 2016中引用子窗体的链接子字段,即使没有相应的记录存在。请注意,以上答案仅适用于Access 2016,具体实现可能因版本或环境而有所差异。
对于更多关于Access 2016的信息和使用技巧,您可以参考腾讯云的Access 2016产品介绍页面:Access 2016产品介绍
领取专属 10元无门槛券
手把手带您无忧上云