Office/Access
My PC Hell Forum
November 19, 2008, 08:10:19 AM *
Welcome, Guest. Please login or register.
Did you miss your activation email?

Login with username, password and session length
News: Moving to New Location Soon! Watch out for notification. 14th Dec 2007.
 
   Home   Help Search Calendar Login Register  
Pages: [1]
  Print  
Author Topic: Office/Access  (Read 2114 times)
Strum
Royal Advisor
*****
Posts: 1791


Gabba Gabba Hey!


View Profile WWW
« on: February 09, 2007, 03:50:57 PM »

Hi folks, long time, hope you're all well. 

I'm not sure if I can do this but hoping somebody may have a few clues.
I have a seperate Compaq win98 pc that is used for a bit of storage but mainly for the kids to play offline games on but when they want to go online and use my main pc,  I would like to work with Access on it the Compaq.
I have Office 2003 but it is too much for the system, and I have an Office 97 Pro edition but its an upgrade to Office 97 and can only be installed if another Office program is already on the system.
So basically is there anyway to get Access onto the Compaq?
Thanks for any input!  :)
Logged

  This is my shadows shadow...
Squeezebox
Administrator
******
Posts: 2756



View Profile
« Reply #1 on: February 09, 2007, 06:11:49 PM »

Not sure if it will work, but have you tried using the Office 2003 when the 97 install asks you for 'proof' of another Office installation?

See if it works ........
Logged

Strum
Royal Advisor
*****
Posts: 1791


Gabba Gabba Hey!


View Profile WWW
« Reply #2 on: February 09, 2007, 06:45:52 PM »

Hi Dave, sorry mate I didn't really explain that properly methinks.  glupek2
I meant I have an Office 2003 disk but the win98 won't let me download it, ("not compatable for this OS" (or something like that  :)))
and the 97 pro one can only be installed if I already have something from office installed, which I don't, (catch 22)




Its no big deal really but it would be a great help if I could continue work when I have to sarcrifice my baby machine to the wrath of my kids on the net now!   ylaugh Watch out world, the spawn of the Strum is on it's way!  glupek2
Logged

  This is my shadows shadow...
Squeezebox
Administrator
******
Posts: 2756



View Profile
« Reply #3 on: February 10, 2007, 02:02:41 AM »

Strum,

If  you try to install the Office 97 from  an upgrade disk, it will prompt you to insert a CD if it doesn't find Office on your hard drive. Then try the 2003 disk.

Alternatively, you could put Open Office on instead - that's a big download, but I have a disk. Email me if you want it.
Logged

Strum
Royal Advisor
*****
Posts: 1791


Gabba Gabba Hey!


View Profile WWW
« Reply #4 on: February 10, 2007, 08:00:37 AM »

Thanks a lot for the offer Dave. I'll try the other suggestion first and get back to you.  Cheers. 
Logged

  This is my shadows shadow...
Strum
Royal Advisor
*****
Posts: 1791


Gabba Gabba Hey!


View Profile WWW
« Reply #5 on: February 26, 2007, 02:02:33 PM »

Thanks for the help Dave, I got it sorted.  :)


Now a big problem. I have been working on a large database that I need to submit on Friday at the latest but today when I tried to open it I got the error  "AOIndex is not an index in this table." and cannot open the DB.
I googled that and found an apparent fix but dont know how to write the .VBS script properly. Heres what the suggested script is....

=============================================

Const strDB = "C:\MYDATABASE.MDB"



Dim dbConnection

Set dbConnection = CreateObject("ADODB.Connection")

dbConnection.Open "Driver={Microsoft Access Driver (*.mdb)};Dbq=" &
strDB & ";Uid=Admin;Pwd=;"

dbConnection.Execute "Drop Table MSysAccessObjects"

dbConnection.Close

Set dbConnection = nothing



MsgBox "You should now be able to open the database!"

=======================================================

It said to change the variable for the correct path to the DB. The DB is on a flash drive, drive J: in My Computer.
This is the script I made with the suggestion...

======================================================

Const strDB = "J:\mymusiccollection.MDB"



Dim dbConnection

Set dbConnection = CreateObject("ADODB.Connection")

dbConnection.Open "Driver={Microsoft Access Driver (*.mdb)};Dbq=" &
strDB & ";Uid=Admin;Pwd=;"

dbConnection.Execute "Drop Table MSysAccessObjects"

dbConnection.Close

Set dbConnection = nothing



MsgBox "You should now be able to open the database!"

=============================================================

When I try to open the DB now I still get the original error.
If I click on the .VBS script I get the following, which may be a clue...





Any clues about the script? where should I store it? and I guess the path is wrong.

Any help greatly appreciated because I just do not have the time to start the DB all over again.  glupek2

Thanks! 
Logged

  This is my shadows shadow...
Squeezebox
Administrator
******
Posts: 2756



View Profile
« Reply #6 on: February 26, 2007, 06:05:12 PM »

I know nothing about VBS Strum.

I suspect that Jason might do though. Let's hope he drops in.
You could always post on the Dark Side too. ........
Logged

Strum
Royal Advisor
*****
Posts: 1791


Gabba Gabba Hey!


View Profile WWW
« Reply #7 on: February 26, 2007, 06:48:44 PM »

I will Dave thanks. 
Logged

  This is my shadows shadow...
Strum
Royal Advisor
*****
Posts: 1791


Gabba Gabba Hey!


View Profile WWW
« Reply #8 on: February 28, 2007, 06:46:44 AM »

Many thanks to Nob who gave me a link on CA and I got it sorted out!
Heres the link for anybody who may experience the same problem in the future!
Cheers Nob!  :)

http://www.frontpagewebmaster.com/m-118572/tm.htm
Logged

  This is my shadows shadow...
Pages: [1]
  Print  
 
Jump to:  

Powered by MySQL Powered by PHP Powered by SMF 1.1.2 | SMF © 2006-2007, Simple Machines LLC Valid XHTML 1.0! Valid CSS!