1 Answers1

0

You can use my DJoin function for this, taken from my project VBA.DJoin.

This also includes a demo file, and you'll see an example on how to list sizes:

enter image description here

using a multi-value field:

enter image description here

However, you probably don't have that. Instead, you'll have to create a table with the sizes and a sorting order, for example:

enter image description here

and include that in the query you use as source with DJoin.

Gustav
  • 53,498
  • 7
  • 29
  • 55