Hi guys, I have a problem I was hoping u could help me with. I created a form and on that form each field is tied into a WC_ID. So when I go through each record Wc_Id goes to 2.3..4...5 per each record. I then created a button that prints a report based on the WC_ID I want. I did this simpley by querying my original table and entering a parameter "What is your WC_ID". When I enter the WC_ID for example 2... it pulls a report for WC_ID 2. My question is... how do I populate the parameter box (Question: "what is your WC_ID") with the WC_ID Im currently working on in the form. SO if Im in my main form working on WC_ID 3 when I click the button I should pull a report based on Wc_ID 3 and not have to eneter 3 in the parameter box. Is this possible? Any help would be much appreciated...Thanks guys..