How to reference table fields not on the report?

  • Thread starter Thread starter Brad Marshall
  • Start date Start date
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
 
Bind the fields to controls and set their visible property to No.
 
Hurunph. I was afraid of that. I'm doing that now, but I was hoping for a
more elegant solution. Thanks.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top