Hi, I created a DB that will be accessed from a network drive. I created the DB on my desktop and some of the functionallity on the DB will not work when I move the DB to the network. I am assuming this is because of the references I have chosen when I created it.
How can I add the references to the network drive? Or is it to each individual desktop pc?
I tried the code from here thread705-903662 and called the functions from a button but the DB did not work properly when I tried it on another desktop.
In the code it has the files listed. I tried to add the correct paths from what comes up in the immediate window when I run the FixUpRefs Function to the area where the paths are listed in the AddRefs Function. That didn't work either.
This is what comes up when I run the FixUpRefs function on the network DB;
----------------- References found -----------------------
reference count = 8
reference = C:\Program Files\Common Files\System\ado\msador15.dll
reference = C:\Program Files\Common Files\System\ado\msado26.tlb
reference = C:\Program Files\Common Files\Microsoft Shared\OFFICE11\MSO.DLL
reference = C:\Program Files\Common Files\Microsoft Shared\VBA\VBA6\VBE6EXT.OLB
reference = C:\WINNT\system32\stdole2.tlb
reference = C:\Program Files\Common Files\Microsoft Shared\DAO\DAO360.DLL
reference = C:\Program Files\Microsoft Office\Office\MSACC9.OLB
reference = C:\Program Files\Common Files\Microsoft Shared\VBA\VBA6\VBE6.DLL
Are these the paths that I need to enter into the AddRefs function?
Can anyone help? Once I get this sorted I am finished with this project.
How can I add the references to the network drive? Or is it to each individual desktop pc?
I tried the code from here thread705-903662 and called the functions from a button but the DB did not work properly when I tried it on another desktop.
In the code it has the files listed. I tried to add the correct paths from what comes up in the immediate window when I run the FixUpRefs Function to the area where the paths are listed in the AddRefs Function. That didn't work either.
This is what comes up when I run the FixUpRefs function on the network DB;
----------------- References found -----------------------
reference count = 8
reference = C:\Program Files\Common Files\System\ado\msador15.dll
reference = C:\Program Files\Common Files\System\ado\msado26.tlb
reference = C:\Program Files\Common Files\Microsoft Shared\OFFICE11\MSO.DLL
reference = C:\Program Files\Common Files\Microsoft Shared\VBA\VBA6\VBE6EXT.OLB
reference = C:\WINNT\system32\stdole2.tlb
reference = C:\Program Files\Common Files\Microsoft Shared\DAO\DAO360.DLL
reference = C:\Program Files\Microsoft Office\Office\MSACC9.OLB
reference = C:\Program Files\Common Files\Microsoft Shared\VBA\VBA6\VBE6.DLL
Are these the paths that I need to enter into the AddRefs function?
Can anyone help? Once I get this sorted I am finished with this project.