Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Advanced Reporting Design
Message
De
24/10/2001 23:22:40
 
 
À
24/10/2001 19:18:48
Jason Dalio
Northern Interior Regional Health Board
Prince George, Colombie Britannique, Canada
Information générale
Forum:
Microsoft Office
Catégorie:
Access
Divers
Thread ID:
00572958
Message ID:
00573024
Vues:
26
>Here's one that's stumping me. A report in an Access database returns 1 to multiple records. So if 3 records are returned there are x blank lines until the page footer begins and the report finishes. However, the user wants grid lines printed all the way down to the bottom of the page. Aside from using VBA to count the records and manually write these lines to the report, any ideas?

You could base the report on a UNION query that uses the current table or query and a temporary table created on the fly with the same structure and the necessary rows to fill the page being empty. This way if you use a line in the detail it will display all the way to the bottom. If you need vertical lines just set the borders of the controls to solid.

Simplistic I know, but it works and it doesn't use VBA.
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform