Home |
Search |
Today's Posts |
|
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
I have an Excel spreadsheet originally developed in Excel 2000, in which
users enter data in their own workstation and click a button to transfer the data to a centralized database. It works perfectly in Excel 2003, but have problems in Excel 2007. I got a run-time error saying that method 'OpenCurrentdatabase' of object '_Application' failed. It works if I moved the database to my local hard drive, but not in the network folder. We have a peer-to-peer network with a computer designated as a database server, running MS Windows 98 SE without MS Office. The folder MASTER-DB is in full access with no password. Dim appAccess As Variant Dim dbCurrent As Variant Set appAccess = CreateObject("Access.Application") appAccess.Opencurrentdatabase "\\COMP 45 - NET S\MASTER-DB\Master.mdb" Set dbCurrent = appAccess.CurrentDb .... Any help would be greatly appreciated!! Thanks, Sarah |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
"access denied" message when open Excel, MS 2007 | Excel Discussion (Misc queries) | |||
how can I access favorites in the Excel 2007 Open file command | Excel Discussion (Misc queries) | |||
how can I access favorites in the Excel 2007 Open file command | Setting up and Configuration of Excel | |||
Access and Excel 2007 don't open | Excel Discussion (Misc queries) | |||
Open Access 2003 or 2007 from Excel | Excel Programming |