C
Claude
I have a query containing 3 sub (grouped) queries and 1 Customers table. The
subs are: Invoices, Payments, Credits. From Customers, there are 1209 records
of field "BF Total". Fields from Invoices indicate 595 records, Payments 30
records, Credits 20 records. When I connect a Join between Customers, CustID
to Invoices Grouped query to show all records, they count 1209. (The
"Freight" field from Invoices Grouped shows as "Error" but the query runs.)
When I change the join to equal, then it returns 595, no field displayed as
"Error". Problem: When this query is changed to Sum, with a join showing all
records from Customers, then I get "Invalid use of Null". (Remember, the
object of this query is simple: to show the BF Total of all Customers, then
to append where matches are found, all Invoices, Payments and Credits for the
specific customer). Please send me a (Human) wizard!
subs are: Invoices, Payments, Credits. From Customers, there are 1209 records
of field "BF Total". Fields from Invoices indicate 595 records, Payments 30
records, Credits 20 records. When I connect a Join between Customers, CustID
to Invoices Grouped query to show all records, they count 1209. (The
"Freight" field from Invoices Grouped shows as "Error" but the query runs.)
When I change the join to equal, then it returns 595, no field displayed as
"Error". Problem: When this query is changed to Sum, with a join showing all
records from Customers, then I get "Invalid use of Null". (Remember, the
object of this query is simple: to show the BF Total of all Customers, then
to append where matches are found, all Invoices, Payments and Credits for the
specific customer). Please send me a (Human) wizard!