Hi everyone,
I got this error in Access and I really don't have any idea where it may come from...
In a form with Clients ("DB Client companies - management"), I have a subform with contracted products ("DB Client companies products - management").
In this subform, there is a button with VBA code behind (OnClick). When it's executed, I get the following error (2465):
Microsoft...
Search Result
Collapse
2 results in 0.0039 seconds.
Keywords
Members
Tags
-
Error 2465 when referencing to a subform field
-
Reference Form Fields Value - Application-defined Error 2465
Hello,
I am trying to refer to fields on a given form from the form query's recordset, essentially from the following commands:
Code:Dim frm As Form 'Refers to the current form Dim tagName As String 'Refers to the field in the form's recordset (not a control on the form) ... frm.Fields(tagName).Value 'This gives Error 2465