I'm a beginner at VB and programming. I have created a button on my form that runs a report whose underlying query prompts the user to enter a case number to print a single record. On button click, I would like the query to use the current record's case number without requiring the user to enter it. I also still need to run the report without opening the form, so I don't want to modify the query unless the user can still set the criteria for the case number when running the report by itself. Any suggestions would be welcome.