|
|
Our Hot Pick: Rising Antivirus 2006 - Certified by TUV & Checkmark! Get 10% discount by entering this coupon code: ONDISCOUNT10
Hello, I am using Access 2003 on XP Professional with SP2, split back end/front end. The database freezes when I open reports using VB code but if I open the report via a control's hyperlink subaddress instead of VB everything is fine. This is problematic because I need to run some code when the report is opened so I have to use VB. Does anyone know why this is happening? This occurs on coworkers' computers as well. Thanks.
Private Sub ViewReport_Click() DoCmd.OpenReport "myReport", acViewPreview End Sub
|
|
|