CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com
Results 1 to 2 of 2
  1. #1
    Join Date
    Sep 2012
    Posts
    16

    Import 2 tables Access to Excel

    2 Tables Access:
    SV(ID,MSSV,MaLop,Ho,Ten,HanhKiem)
    Lop(MaLop,TenLop)

    My Excel file include:

    MSSV MaLop TenLop Ho Ten HanhKiem

    I want to import data from access to excel.But I do not know how to begin?

    Could you tell me what is your idea ?

  2. #2
    VictorN's Avatar
    VictorN is offline Super Moderator Power Poster
    Join Date
    Jan 2003
    Location
    Hanover Germany
    Posts
    20,395

    Re: Import 2 tables Access to Excel

    I'd begin with a very simple Google search for import data from access to excel:
    https://www.google.de/search?q=impor...hrome&ie=UTF-8
    Or, perhaps for import data from access to excel MSDN
    Or, maybe for import data from access to excel MSDN VB6:
    https://www.google.de/search?q=impor...w=1120&bih=620
    Victor Nijegorodov

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