M
Mark
Tbl_customers
aut_id Client
1 Dan
2 Steve
3 Mike
tbl_shirts
Shirt_Info int_clientID
Red 3
Blue 3
Red 1
Green 3
tbl_pants
pant_info int_clientID
Jeans 3
Short 2
Long 3
Short 1
Jeans 2
tbl_socks
socks_info int_clientID
white 3
dress 3
dress 2
white 1
Stripes 1
Is there a way to build a query in access that gives me this?
txt_Name int_numberOfItems
Mike 7
Steve 3
Dan 4
Thanks in advance
Mark
aut_id Client
1 Dan
2 Steve
3 Mike
tbl_shirts
Shirt_Info int_clientID
Red 3
Blue 3
Red 1
Green 3
tbl_pants
pant_info int_clientID
Jeans 3
Short 2
Long 3
Short 1
Jeans 2
tbl_socks
socks_info int_clientID
white 3
dress 3
dress 2
white 1
Stripes 1
Is there a way to build a query in access that gives me this?
txt_Name int_numberOfItems
Mike 7
Steve 3
Dan 4
Thanks in advance
Mark