iamchemist
Programmer
Does anyone know why the fairly straightforward VBA command below works with some Windows 7 computers running Access 2007 and not with others?
The command is DoCmd.OpenReport "rpt_CardType_Ron", , acNormal
The broader question is that I am trying to update a few forms and add a few tables and reports to a fairly elaborate Access 2007 database Application at a non-profit Food Pantry. The actual Application has many tables forms, queries, etc.
When I add new or updated forms to the Database Application it seems to chose bigtime (though only on some computers running Access 2007). I seem to end up with a strange corrupted database, which can not even be copied from place to place successfully. It is critical that these modifications happen to this Database Application, and it contains many tables with important Client Data. The goal was to simply change a few forms, Reports, etc. to get it to still use all those same Tables, but present and collect data a bit differently.
Thanks,
Ron Cochran
The command is DoCmd.OpenReport "rpt_CardType_Ron", , acNormal
The broader question is that I am trying to update a few forms and add a few tables and reports to a fairly elaborate Access 2007 database Application at a non-profit Food Pantry. The actual Application has many tables forms, queries, etc.
When I add new or updated forms to the Database Application it seems to chose bigtime (though only on some computers running Access 2007). I seem to end up with a strange corrupted database, which can not even be copied from place to place successfully. It is critical that these modifications happen to this Database Application, and it contains many tables with important Client Data. The goal was to simply change a few forms, Reports, etc. to get it to still use all those same Tables, but present and collect data a bit differently.
Thanks,
Ron Cochran