Create a report based upon a list box

  • Thread starter Thread starter Scruff57
  • Start date Start date
S

Scruff57

Suppose I want to print a report based on the choice selected from a list. Example - I have a list of students and I want to print a report that contains data from several tables for an individual student that can be selected from a list or combo box.
Would I need to tie it into a form and print the form, or is there a way to get this directly from the reports process?
 
Suppose I want to print a report based on the choice selected from a list.
Example - I have a list of students and I want to print a report that
contains data from several tables for an individual student that can be
selected from a list or combo box.
Would I need to tie it into a form and print the form, or is there a way to
get this directly from the reports process?

Base your report on a query that refers to the list.

Forms!YourFormName!YourComboBoxName
 
Scruff57 said:
Suppose I want to print a report based on the choice selected from a
list. Example - I have a list of students and I want to print a
report that contains data from several tables for an individual
student that can be selected from a list or combo box. Would I need
to tie it into a form and print the form, or is there a way to get
this directly from the reports process?

Have a look at this.

http://www.fontstuff.com/access/acctut19.htm
 
Back
Top