0

I am trying to make my query a bit more navigable and give the user a bit more info about the records in the subdatasheet at a glance. I want to create a new field to the right of 'Component' that automatically appends all unique values of the 'Model' field for the records subdatasheet. Exampls below. Any information helps. Thanks!

It should say 'A, B' in the field next to 'Rotor Blade'

It should say 'A' in the field next to 'Stator Blade'

RBuntu
  • 907
  • 10
  • 22

1 Answers1

0

You're going to need a custom function to handle this in Access. See Ms Access Query: Concatenating Rows through a query. There are a couple of approaches there for implementing a custom function to do the row value concatenation you need.

John Mo
  • 1,326
  • 10
  • 14