Link to home
Start Free TrialLog in
Avatar of asimoes
asimoes

asked on

reports..urgent

I need to make a report that have information from one table  and information from other table having the same common field.
For example:
A costumer table and a invoices table.
I need a report that gives per page the information about the costumer and all the invoices he have to pay.
How on earth can Im do this? Give me all the steps please.

This is VB4

Thanks you!!!!!!!!
ASKER CERTIFIED SOLUTION
Avatar of bear454
bear454

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
Avatar of asimoes
asimoes

ASKER

1º Table:
Fields:client number, adress
2º table: client number, invoive number,date of invoice,amount of invoice
So, I would like to have a report that gives by page the elements of the client and all the invoices he have to pay (with the date blank).
Must I do it by the VB or can I do it simply on Cristal R..?