I have a report that opens on criteria. I would like the report to be named


"Report- Bare Scrap". Bare Scrap is an example of a type( [type] ). I have 6 types. Here is the code I tried executing but comes up with error everytime.

Private Sub Report_Open(Cancel As Integer)
Me.Caption = " Report- " & Me.[Type]
End Sub