REDaughdril
06-30-2003, 08:04 PM
I have a data set that all are associated with a run number. I need to print reports from a form that consist of number individual reports on the one individual run number. I know its probably very simple once you explain it to me and make be feel like an idiot. Hey but I’ll learn from it. Thanks
jeremie_ingram
07-01-2003, 07:04 AM
Create a query and add all of the fields from that table that has information you want on the form, including the run number field. Next, in the criteria field for the query column for the run number put this =[Please enter run Number]. Now base your report off of the query insead of the table and you will be prompted upon opening the report for the run number you want the report based upon.