Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Mike Lewis on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Drill Down button on report. 1

Status
Not open for further replies.

rooney39

Programmer
Oct 2, 2001
2
AU
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?
 
Command buttons are only available for forms. One thing that might work is a parameter-driven report that can display this large field based on criteria that the user can input.....
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top