I am also having this problem, but only on one PC. If I output the PDF to the network drive it works OK. Output of excel files to the same folder works fine
The code works on every other PC it has ever been run on. The system failing is running WIN7 Office 2010 as is the development system...
After I installed Office 2010 SP1 I started getting corruptions in VBA modules, which resulted in Access closing as soon as I tried design or even delete them.
After a couple of frustrating restores and repeated work losing a couple of days I decided to remove SP1.
Amazingly the databases that...
Since upgrading to SP1 I have had 3 instances where the VBA code has become corrupt and when trying the amend (or even delete a module) Access crashes. there is no option but to restore the DB from a backup and do the work again.
I have just removed SP1 and will see if this makes any...
I have a report which bassically has a group header and footer with a different subreport in each. Occasionally the page numbering generated by
="Page " & [Page] & " of " & [Pages]
returns something like "Page 30 of 29"
Does anyone know if there is any method to be able to stop this and get...