M
mogens
I have a qry that extracts the open orders, ie orders that have not yet
been processed. The qry is based on table_orders and a linked
table_orders_detail.
What I need is to find out how many occurrences of the field
[table_orders].[customers_name] there are for each order line. Can this
be done? As far as I can see I need somehow to re-link to table_orders,
otherwise I guess a count of [table_orders].[customers_name] would only
reveal the occurrences in the extract contained in the qry, or???
Have tried to self-join table_orders, but this does not seem to do the
trick.
been processed. The qry is based on table_orders and a linked
table_orders_detail.
What I need is to find out how many occurrences of the field
[table_orders].[customers_name] there are for each order line. Can this
be done? As far as I can see I need somehow to re-link to table_orders,
otherwise I guess a count of [table_orders].[customers_name] would only
reveal the occurrences in the extract contained in the qry, or???
Have tried to self-join table_orders, but this does not seem to do the
trick.