Is this possible?

J

Jeff Q

I'm looking to display a form that shows the results of a query in a list
box.

The trick is that I'd like command buttons to be made visible dependant upon
whether there is an equivalent member of the list, something on the lines of
(pseduo-code)

instead of CommandButton1, CommandButton2 etc

CommandButton(counter).visible = True

Is this possible?

Jeff
 
Top