I just got a new computer at work. But before I relinquished my old one I wanted to make sure that all of my applications worked. So I tried running this Access DB that I created and now I am getting the following error:
"Microsoft Access can't find the file containing the linked OLE Object you tried to update using the OLE/DDE links command"
The offending object is an MSGraph.Chart.8 object.
I get the error in the Detail Print Sub:
VB Code:
Private Sub Detail_Print(Cancel As Integer, PrintCount As Integer) OLEUBound1.Object.Refresh End Sub
This db runs fine on my old computer so I figure it is either an Active X and/or a DLL that is missing on my new machine. Any ideas?
BTW Both Machines are running WinXP SP2 with Office 2K Professional Installed.


. But before I relinquished my old one I wanted to make sure that all of my applications worked. So I tried running this Access DB that I created and now I am getting the following error:
Reply With Quote