Scusa, in fondo ti dice:
If you are connecting to Access via OLEDB, then you just need to set the ServerName:
With crConnectionInfo
.ServerName = "C:\mydatabase\mydata.mdb"
End With
L'unica cosa che devi fare sul viewer è impostare la proprietà ReportSource con l'oggetto ReportDocument che ti sei costruito, tutte le altre operazioni vanno fatte sul ReportDocument.

HTH