How to pull a report filter from a form? I have the following but when I run a bubble pops up asking me for the information in the form. I am close but not close enough. Thank you !!! Code Snippet: 1: DoCmd.OpenReport stDocName, acPreview, , "[Customer #] = [frmCustomerSearch]![Customer #]"...