I have a report which has one line per entry in a database table. One of the fields in the database though is very large and I do not want to display it on the report, but I do want to allow the user to see it if necessary. The perfect solution for me would be to have a "drill down" button at the end of each line which would allow me to display this data in some way. I tried putting a button on the report but I cannot associate a click event, I am assuming you are not allowed. Does anyone have any thoughts?