Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations derfloh on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Need Help with Grouping

Status
Not open for further replies.

dixxy

Technical User
Joined
Mar 4, 2003
Messages
220
Location
CA
Hello,

I have a report that groups my data (cabinet parts) by partID, then by width and then by lenght. So I can end up with more than one part with the same ID same width ,and same lenght.

My question is: Is there a way that I can list which cabinets these parts go on?

So it would should has follow:

Part Width Lenght Cabinets thses parts go on
Left part 597 895 b30,b24,b36


Thank you in advance,

Sylvain
 
Sylvain

It'll require some VB coding on your part, but this will do it for you.

Check out this FAQ You'll have to play with the code to put in your table and field names, but it will definitely work. I used it for something similar. Good luck!

Jim DeGeorge [wavey]
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top