B
blade
Here’s the deal. I have two Tables T1 & T2, a one to many relationship
(T1 has ID, F1, F2, F3) (T2 has ID, X1, X2, X3, X4). I want to create a query that will count every field in T2. Exampl
T2 contains (text items
ID-X1-X2-X3-X
01-13-13-16-1
02-14-13-17-1
03-15-15-12-1
etc
I want my query to count each of the text items
13 appears 4 time
14 appears 1 tim
17 appears 1 tim
15 appears 2 time
et
Is possible?? I’m new to this, so go easy on me, thank
(T1 has ID, F1, F2, F3) (T2 has ID, X1, X2, X3, X4). I want to create a query that will count every field in T2. Exampl
T2 contains (text items
ID-X1-X2-X3-X
01-13-13-16-1
02-14-13-17-1
03-15-15-12-1
etc
I want my query to count each of the text items
13 appears 4 time
14 appears 1 tim
17 appears 1 tim
15 appears 2 time
et
Is possible?? I’m new to this, so go easy on me, thank