Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Help
Message
 
To
25/06/1998 15:22:32
General information
Forum:
Visual FoxPro
Category:
Reports & Report designer
Title:
Re: Help
Miscellaneous
Thread ID:
00111672
Message ID:
00111790
Views:
17
>>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
Previous
Reply
Map
View

Click here to load this message in the networking platform