View Full Version : list box of reports on a form


tracey75
06-28-2000, 12:14 PM
I want to make a list box of reports the user can choose from and i want a combo box sort of linked to that so then i can choose a person (that would be the combo box)
I have beated my head over this and i need some major help if there is anyone out there willing

Thanks ahead

JINKS
06-29-2000, 01:51 AM
Im no quite sure what you mean, but I have a go.

Setup a combo box, choose to enter the values your self and type the name of you reports.

on after update for the combo box enter some code like this

docmd.openreport [combo]

that should print off the selected report.