I'm attempting to show the reults from a table on 1 line:
example
1st table
Customer# Customer_Name
2nd table
Customer# Invoice#
Customer# Invoice#
A customer from table 1 could have multiple active invoices in table 2.
I need the report to show
Customer_Name Invoice# Inovice# Invoice# etc
instead of
Customer_Name
Invoice#
Invoice#
Invoice#
thanks for your help and suggestions.
example
1st table
Customer# Customer_Name
2nd table
Customer# Invoice#
Customer# Invoice#
A customer from table 1 could have multiple active invoices in table 2.
I need the report to show
Customer_Name Invoice# Inovice# Invoice# etc
instead of
Customer_Name
Invoice#
Invoice#
Invoice#
thanks for your help and suggestions.