CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com
Results 1 to 3 of 3

Thread: Access 2000

  1. #1
    Join Date
    Aug 2000
    Location
    South Africa
    Posts
    195

    Access 2000

    I'm battling with Access. I've installed all the wizards etc on a pc, but I I try to use the Database splitter I get a message "ActiveX component not found" Then another cryptic message follows about an Endwith without a With statement.

    The whole project compiles without errors - I just need to split the DataBase.

    OR

    can I keep the whole database as ONE and only import eg. a form if it changes? Can it be done this way

    Thanks



  2. #2
    Join Date
    Apr 2001
    Posts
    29

    Re: Access 2000

    Have you set a reference to the Microsoft Access 9.0 Object Library?

    Projects\References\

    BMLekki


  3. #3
    Join Date
    Aug 2000
    Location
    South Africa
    Posts
    195

    Re: Access 2000

    No haven't tried that yet. Will do

    thanks



Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  





Click Here to Expand Forum to Full Width

Featured