Hi, folks. I'm trying to print a report for a single job classification and its associated data. I'd like the user to be able to select the appropriate job in a combo box, then hit the command button to print the report. I've tried DoCmd.ApplyFilter and DoCmd.OpenReport stDocName, acPreview, , "jobNumber = "&"[cboJubNumber]" but I'm not getting any decent results. Any ideas?
Thanks,
Andreas
Thanks,
Andreas