Search results

  1. S

    Maximize On Activate

    I am happy to run only office 2000 on the XP machine.
  2. S

    Maximize On Activate

    but now you indicate that ONLY 2000 needs to run this database. What if I unInstall office 2007. would that fix it. i.e. Is it office or OS problem?
  3. S

    Maximize On Activate

    The database is not split. It is on an XP which has both office 2K and 2007 installed.
  4. S

    Maximize On Activate

    I have a file on my Hard drive "C:\Program Files\Microsoft Office\Office\msacc9.olb" but no item listed in the Reference box for Microsoft Access 9.0 Object Library.
  5. S

    Maximize On Activate

    So how can I fix this? I googled for no avail. How can I add this library to the list so that I can tick it in.
  6. S

    Maximize On Activate

    Start > run regsvr32 "C:\Program Files\Microsoft Office\Office\msacc9.olb" produced error RegSvr32 C:\Program Files\Microsoft Office\Office\msacc9.olb was loaded, but the DllRegisterServer entry point was not found. C:\Program Files\Microsoft Office\Office\msacc9.olb does not appear to be a...
  7. S

    Maximize On Activate

    I compared the ticked libraries in Windows 2000 and XP and found that 2000 has Microsoft Access 9.0 Object Library where as XP has 12.0 instead of 9.0
  8. S

    Maximize On Activate

    I looked and found no "Missing" but looking is not good when there a scrolling list of hundreds of lines in a small window. is there a text search for this list?
  9. S

    Maximize On Activate

    I am almost sure that this is the case, but do not know how to find out which library is missing.
  10. S

    Maximize On Activate

    Error: Method or Data member not found Public Function ChoosePeriod() If IsLoaded("frmTransAndBAS") = True Then DoCmd.Close acForm, "frmTransAndBAS", acSaveYes End If DoCmd.Forms!frmChooseDates.Visible = True End Function and the...
  11. S

    Maximize On Activate

    When I tried to Compact and Repair, it gave the same error as it did On_Activate before.
  12. S

    Maximize On Activate

    I get Compile Error: User-defined type not defined. the blue highlight is on DialParams As LINEDIALPARAMS in Telephony module.
  13. S

    Maximize On Activate

    I used the tool suggested in post 1498 above.
  14. S

    Maximize On Activate

    ops. could not upload it since it was bigger than max. allowed. for mdb or zip.
  15. S

    Maximize On Activate

    OK. here is the database. BTW. all works OK when I run it in another machine running windows 2000 OS. the problem is with other machines running XP with office 2000 installed.
  16. S

    Maximize On Activate

    OK. I would like to post the whole database without the data. I have 2 files for this database "since it is linked tables", DAS.mdb and DAS_be.mdb. If I post the DAS.mdb, would that not post the data? thx
  17. S

    Maximize On Activate

    deleted for duplication.
  18. S

    Maximize On Activate

    I tried Form_Open as suggested by others for no avail. It gave the same error which is: "Object or class does not support the set of events" It is the only code in the Form_Activate.
  19. S

    Maximize On Activate

    Hi I have both Office 2000 and 2007 on XP. This Access 2000 database is producing an error, when it first starts it opens a Form which has an event as below. Is there a fix please? Thank you Private Sub Form_Activate() 'Maximize the form and Sets size of forms DoCmd.Maximize End Sub
  20. S

    Caller ID

    the phone line is connected to the PC, and that is all I know. how can I get the caller id from the phone line, I have no clue. how would it go into access? how would it fire an event to query the records? too many questions. I was hoping that someone already went that road before. thx
Back
Top Bottom