0

I have a table in my database which contains this info;

Table info

The CUST_NO can appear multiple times. The DATE can be the same, even on the same record.

I want to get the output to look like this Output

I'm not sure how to do this. Basically its a count where it displays the actual record.

I tried a few things but I'm very new to this. I feel the date might be confusing things, the value could be anything.

Thanks in advance world!

Andre
  • 26,751
  • 7
  • 36
  • 80
  • Data should be provided as formatted text table, not image. Need a unique identifier field, such as autonumber. – June7 Jun 14 '23 at 19:06
  • Alternative uses VBA: https://stackoverflow.com/questions/54789423/allen-brownes-concatrelated-error-3061-too-few-parameters – June7 Jun 14 '23 at 19:08

0 Answers0