Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Help
Message
 
À
25/06/1998 15:22:32
Information générale
Forum:
Visual FoxPro
Catégorie:
Gestionnaire de rapports & Rapports
Titre:
Re: Help
Divers
Thread ID:
00111672
Message ID:
00111790
Vues:
16
>>Hi Sergio,
>>How many tables are you trying to use for this report?
>I'm using two tables.
>
>Each table represents an expense account, similar structure, both have to print on the same page.
>
>Thanks for your response.
Sergio,

Even better than my first solution would be to fix the data design so all account info was in one table with a field naming the account. That way your report would simply group on the account field and you can;
SELECT Accounts
REPORT FORM MyReport FOR Account = "123" OR Account = "456" TO PRINT
Précédent
Répondre
Fil
Voir

Click here to load this message in the networking platform