Hi everybody !
I'm trying to open a report that uses datas from a protected access database and I'm unable ?
I checked on this forum and I found nothing that solves my problem...
Is someone could help me ?
I'm using VB6, Access 2003 et CR8.5
Thanks in advance !Code:'Show the report With CRpt1 .Password = Chr(10) & DatafilePwd .ReportFileName = pathName(34) .WindowTitle = "Estima 2007 - Bon de production" .PrintReport End With





Reply With Quote