Control Array?

  • Thread starter Thread starter Brent
  • Start date Start date
B

Brent

When Access generates a report with many records, is there a way you
can set a value to a specific text box, not all of them. For example,
I have a report that has at least 30 records, but I want to put a
value by some according to a visual basic program I have written. Is
there a way I can reference, say, only the third instance of a
textbox? How do the names work? Does Access create a control array?
Any help is appreciated.


Brent Scrivner
 
There are no control arrays in Access. You can change the format or lots of
other properties of the control for a single record with code in the On
Format event of the section containing the control.
 
Back
Top