L
Lumpy
Newbie question. I've got a table of timbers that I
imported from excel. The table has fields for Qty,
Width, Depth and Length among others. A portion of the
list might look like this:
Qty W D L
12 5.5 11.5 16
2 1.5 7.5 14
3 5.5 11.5 16
6 1.5 7.5 14
4 1.5 7.5 12
I need my query to return a compiled list of these
timbers like this:
Qty W D L
15 5.5 11.5 16
8 1.5 7.5 14
4 1.5 7.5 12
Any idea how to do this?
imported from excel. The table has fields for Qty,
Width, Depth and Length among others. A portion of the
list might look like this:
Qty W D L
12 5.5 11.5 16
2 1.5 7.5 14
3 5.5 11.5 16
6 1.5 7.5 14
4 1.5 7.5 12
I need my query to return a compiled list of these
timbers like this:
Qty W D L
15 5.5 11.5 16
8 1.5 7.5 14
4 1.5 7.5 12
Any idea how to do this?