CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com
Results 1 to 2 of 2
  1. #1
    Join Date
    Jul 2001
    Location
    Sunny South Africa
    Posts
    11,284

    URGENT - multiple tables to choose from

    Hello, how can I let the user choose a DB table to print, from my dataenvironment¿

    F. T. W.

  2. #2
    Join Date
    Jun 2001
    Location
    Sri Lanka
    Posts
    272

    Re: URGENT - multiple tables to choose from

    Hint (not recently tested but done long time ago)
    u can get the tables collection & fill that to a combo box.
    Once selected from the combo box, u can create the Necessary String
    Srinika

    If u don't know how to Rate an answer, then Rate my answer to learn, If u know, then practice it

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