Control Array?

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
 
D

Duane Hookom

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.
 

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

Top