M
Matt
I have a query with 2 tables. They are order header and
order detail. They are joined by Order Number where Order
number can occur only once in order header and many times
in order detail. Is there a way to add a field that
counts the number of times a particular order # occurs in
order detail. example below:
Order Number: # of Occurances:
123456 1
123456 2
123456 3
123456 4
123457 1
123457 2
order detail. They are joined by Order Number where Order
number can occur only once in order header and many times
in order detail. Is there a way to add a field that
counts the number of times a particular order # occurs in
order detail. example below:
Order Number: # of Occurances:
123456 1
123456 2
123456 3
123456 4
123457 1
123457 2