S
Scott
Hi-
I'm trying to write a fairly complex report with several sub-reports and I'm
running into problems. I have fields in a tables that I need to reference
in both the report and sub-reports, but the system says that it can't find
the field reference. The VB code is simple, I'm referring to the field as
either 'Me.variable' or Me!variable', and as I type the field is displayed
for me to pick from while programming, but yet the code error at this
statement. However, when I put the field on the report and set 'visible' to
true, the VB code works.
How can I get a field reference to work if the field isn't apart of the
report, but is apart of the table?
Scott
I'm trying to write a fairly complex report with several sub-reports and I'm
running into problems. I have fields in a tables that I need to reference
in both the report and sub-reports, but the system says that it can't find
the field reference. The VB code is simple, I'm referring to the field as
either 'Me.variable' or Me!variable', and as I type the field is displayed
for me to pick from while programming, but yet the code error at this
statement. However, when I put the field on the report and set 'visible' to
true, the VB code works.
How can I get a field reference to work if the field isn't apart of the
report, but is apart of the table?
Scott