Results 1 to 3 of 3

Thread: Open File

  1. #1

    Thread Starter
    Hyperactive Member
    Join Date
    Oct 2000
    Location
    Chesterfield, UK
    Posts
    298

    Question

    In VB6, if I wanted (for some reason or another)to open a MS Access Database file within Access (funnily enough) how would I go about doing this??????

  2. #2
    _______ HeSaidJoe's Avatar
    Join Date
    Jun 1999
    Location
    Canada
    Posts
    3,946

    <?>

    One Way:
    Code:
    Dim RetVal
    RetVal = Shell("C:\Program Files\Microsoft Office\Office\MSAccess.exe C:\YourDataBase.mdb", 1)
    "A myth is not the succession of individual images,
    but an integerated meaningful entity,
    reflecting a distinct aspect of the real world."

    ___ Adolf Jensen

  3. #3

    Thread Starter
    Hyperactive Member
    Join Date
    Oct 2000
    Location
    Chesterfield, UK
    Posts
    298

    Re: Thanks

    Cheers Man

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