Share via

Visual basic 6

Anonymous
2014-03-05T22:00:24+00:00

How to open a Microsoft Access Database (.accdb) 2010 file in VB 6.0 preferably using visual data manager?

Microsoft 365 and Office | Access | For home | Windows

Locked Question. This question was migrated from the Microsoft Support Community. You can vote on whether it's helpful, but you can't add comments or replies or follow the question.

0 comments No comments

5 answers

Sort by: Most helpful
  1. Anonymous
    2014-03-06T16:44:03+00:00

    It sounds to me as if you want to work with the records in an Access table (as opposed to running an Access application) from a VB6 project).

    You can use the DAO library appropriate to the database version to do that.  Your VB6 code can then use queries, recordsets, etc. to retrieve records from the table and do whatever with the fields in you VB6 project.

    You would be better served by asking specific questions about details of doing that in a VB6 forum.

    Was this answer helpful?

    0 comments No comments
  2. Anonymous
    2014-03-06T15:49:50+00:00

    Hey, would you please explain how to use SHELL, Actually am a novice in this field and.

         I have copy all data from a Microsoft (2010) Excel Worksheet (.xlsx) file and paste in a Microsoft (2010) Access Database (.accdb) file. And want to use this file as the database for a VB 6 project. How to do this or how to change the file in compatible one?

        Using Add-ins --Visual Data Manager--   I think I have to input data one by one, but this is problematic, I have data for some 90 machine .

    Was this answer helpful?

    0 comments No comments
  3. ScottGem 68,830 Reputation points Volunteer Moderator
    2014-03-06T13:48:08+00:00

    This is a matter of VB coding, not really Access. So I suggest asking in an VB help forum.

    Was this answer helpful?

    0 comments No comments
  4. Tom van Stiphout 40,211 Reputation points MVP Volunteer Moderator
    2014-03-06T02:27:52+00:00

    I'm not sure about VDM, but I would use ShellExecute API with the OPEN verb.

    Was this answer helpful?

    0 comments No comments
  5. Anonymous
    2014-03-06T00:25:35+00:00

    Do you mean launch an MS Access database?

    Have you try using SHELL?

    Was this answer helpful?

    0 comments No comments