Function OtvoriReport() Dim stDocName As String stDocName = "NarivReporta" DoCmd.OpenReport stDocName, acPreview End Function