iamchemist
Programmer
Does anyone have an idea why the VBA Line below works on some Access 2007 computers and not on others to print an Access Report?
DoCmd.OpenReport "rpt_CardType_Ron", , acNormal
I would also like to know if Importing an Access Form from one Access 2007 Database Application to another should also transfer the VBA code in the Form Module associated with the Imported Form? I am seeing the VBA code transferred with the Form in one Access 2007 Application on one Windows 7 computer, but not on another seemingly identical computer.
Thanks,
Ron
DoCmd.OpenReport "rpt_CardType_Ron", , acNormal
I would also like to know if Importing an Access Form from one Access 2007 Database Application to another should also transfer the VBA code in the Form Module associated with the Imported Form? I am seeing the VBA code transferred with the Form in one Access 2007 Application on one Windows 7 computer, but not on another seemingly identical computer.
Thanks,
Ron