I knew that you'd ask that.
If you are only interested in one record at a time, you could base the form
and report on a query. Put a parameter like [Enter the Control Number] in the
criteria of the appropriate field. That way when you open the form or report,
it will ask you that question and, hopefully, return the correct record.
If you need to open all the records, but sometimes find a specific record,
you could click on the field and use the Find icon or dialog box in Edit,
Find. You could also use the Filter by Form or Filter by Selection options.
Reports are a little more difficult as there can be more than one record per
page. Plus reports print out by pages. There are some example of how to find
a record with a form then press a control button which will create a report
for just that record. Also if you make the form rather plain, such a few
colors or graphics, then a form can print out somewhat acceptably.