Thanks.
I haven't got any SQL statement that can do this.
What I'm trying to get is a list like
Assem1 widget1
widget2
widget3
Assem2 widget4
widget5 or similar
but and Access SQL query I can think of outputs
Assem1 widget1
Assem1 widget2
Assem1 widget3...
I have a table which, simplified, consists of assembly,part
Each assembly has many parts.
I want to run an SQL which only outputs the first example of each assembly followed by the parts in that assembly.
I know I can easily do this in a macro using a foreach loop but I am trying to make this...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.