On a user form I wanted to offer a group of command buttons <br>offering preview, print, or email for a list of reports.<br><br>Since there is no index on command controls and I can't find any refence to control arrays, I assume you can't overtly create one in Access. I thought I was clever using a defacto index in the tag property. Then, when it came time to starting writing event code I realized that there would be separate click events for each button (there are 18). I was hoping to have one Select Case for the whole set within one event. I guess the routine could be written as a function in a Standard Module and called x number of times, but this is still pretty redundant.<br><br>The multibutton interface is a good format for the user so I'd like to keep it. Any hints on the array solution?<br><br>Thanks!