I have a report that needs to show the differences between two users. The problem I have is that the users can either have there own access rights or inherit them from a 'role' (all stored within the same table) How do I say in crystal speak 'If USER.ROLE is null then display USER.ACCESS otherwise display USER.ACCESS where USER.KEY=ROLE' I'm sure its relatively easy on any day but a Friday...