I have a table with this format :
Types ID
----- --
Type1 A
Type1 C
Type2 C
Type3 B
I would like to do a report with this format :
ID\Types | Type1 Type2 Type3
---------
A X
B X
C X X
The X are Picture of Cheked CheckBox. So if for the ID C theres 2 records, then in the report I would have 2 “X”
Using cross table I cant put the X in the report and it don’t seem to work with total fields either...
Whats the best way to do what I want ?
Thanks,
Frank
Types ID
----- --
Type1 A
Type1 C
Type2 C
Type3 B
I would like to do a report with this format :
ID\Types | Type1 Type2 Type3
---------
A X
B X
C X X
The X are Picture of Cheked CheckBox. So if for the ID C theres 2 records, then in the report I would have 2 “X”
Using cross table I cant put the X in the report and it don’t seem to work with total fields either...
Whats the best way to do what I want ?
Thanks,
Frank