--------------------------------------------------------------------------------
Hi,
I am new to access i am having a prob with a report hope u guyz help me
My Table is
name ---- type(type have only 3 values( p,u and z ) but repeated)
x----------p
x----------u
y----------p
x----------z
y-----------p
x------------z
x------------u
x-------------u
Based on above table
i would like to have a report like
count of type with respect to names
Group by name
name ---- Type
x ........... p=1
..............u=3
...............z=2
y.............p=2
...............u=0
................z=1
Hi,
I am new to access i am having a prob with a report hope u guyz help me
My Table is
name ---- type(type have only 3 values( p,u and z ) but repeated)
x----------p
x----------u
y----------p
x----------z
y-----------p
x------------z
x------------u
x-------------u
Based on above table
i would like to have a report like
count of type with respect to names
Group by name
name ---- Type
x ........... p=1
..............u=3
...............z=2
y.............p=2
...............u=0
................z=1