Guys! help me.

How do i create 'Cystal Report' report from access db that has password on it(i mean my access db that has password on it). I want to call it on my vb application programe.

i used this code before setting up my db with password

Private Sub mnuLprSDP_Click()
Screen.MousePointer = vbHourglass
On Error GoTo errhandler
Dim HASIL As Integer
lpSDP.Destination = 0
HASIL = lpSDP.PrintReport
Screen.MousePointer = 0
Exit Sub

errhandler:
mesejerr

End Sub

it work but when i set my db with password, then my vb application throw me with error that said "database error".
HOw do i correct this?