How to reference table fields not on the report?

B

Brad Marshall

I have a straight-forward report that does not display all the fields in the
underlying table record, but I need to know the values of some of the
record's fields to manipulate the controls that are bound to fields in the
table. How can I write VB code that references table fields in the report's
current record that aren't bound to controls on the report?

TIA,

Brad Marshall
 
B

Brad Marshall

Hurunph. I was afraid of that. I'm doing that now, but I was hoping for a
more elegant solution. Thanks.
 
Top