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

Threaded View

  1. #1
    Join Date
    Apr 2012
    Posts
    6

    How to Import table from Access to Datagridview using VB2010 in customized format?

    Hi,
    I have a table in ms access. I need it to be imported to the Datagridview in vb 2010 in customized format . The below shown is my access table.

    -------------------------------------------------------------
    | ID | Names player | Sports |
    -------------------------------------------------------------
    | 1 | aleksy | rugby |
    -------------------------------------------------------------
    | 2 | aleksander | football |
    -------------------------------------------------------------
    | 3 | aleksy | hurdles |
    -------------------------------------------------------------
    | 4 | bazyli | Boxing |
    -------------------------------------------------------------
    | 5 | aleksander | car racing |
    -------------------------------------------------------------


    I need the output in desired format as shown in image2. Check the attachment. This should work for any number of records.

    I m new to Visual basic Programming.

    Your reply would be precious............
    Attached Images Attached Images

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