missing something in that line of code
Neal, you were missing one of these [ in the line of code for the last UniqueIdFieldName
it should look like this:
DoCmd.OpenReport "yourReportname", acPreview, , "[UniqueIdFieldName]= forms!yourFormName![UniqueIdFieldName]"
i tried and tried until i...