brian0721
02-05-2002, 05:10 PM
How do I limit the number of entries that a report prints out? Help is greatly appreciated. Thanks!
|
View Full Version : Limiting output in a report! brian0721 02-05-2002, 05:10 PM How do I limit the number of entries that a report prints out? Help is greatly appreciated. Thanks! Pat Hartman 02-06-2002, 06:03 AM Base the report on a query with selection criteria rather than directly on a table. |