Auto fill form where reports auto fill for selection

F

Faron - GMail

Is there any way for a form to auto fill with reports as they are built?
There is a form that can be filled by manual entry that can be used - time
consuming.

Thanks
 
A

Allen Browne

You can just set the RowSource of a list box to the right SQL statement,
and it will show your reports:
http://allenbrowne.com/ser-19.html

(If you just added a new report while this form is already open, you may
need to requery the list box before it shows up.)
 
Top