Populate request form field

I have report based on Customer, want to populate a date variable on the Request form with a date field from the customer. Getting “cannot use undefined date in date calculation” Apparently, the customer no. is not retrieved until after the form closes? How can I grab a value from the customer record and fill it in a variable on the form? Is it possible? Thanks Devin W. McMahon, MCDBA

My proposal: Get the customer record in the OnInitReport trigger. This trigger will be exuceted before the request form pops up.