B
Brian
Does anyone know how to progamatically return the names of
all the reports in an Access database? Specifically, I
have designed a form that allows users to choose which
report to print from a drop-down box. Up until now, I
have manually populated that box with a Value List, but
every time I add a report, I must remember to go back and
change the Value List for that drop-down. I would think
that there could be some code on the OnOpen event for the
form that looks at all the report names and automatically
changes the Value List for the drop-down box.
Suggestions?
all the reports in an Access database? Specifically, I
have designed a form that allows users to choose which
report to print from a drop-down box. Up until now, I
have manually populated that box with a Value List, but
every time I add a report, I must remember to go back and
change the Value List for that drop-down. I would think
that there could be some code on the OnOpen event for the
form that looks at all the report names and automatically
changes the Value List for the drop-down box.
Suggestions?