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

    Using Access Query in SQL statement

    How to use Access query in SQL statement.
    For example
    SELECT * FROM MarketCampaignCoOpCredit
    in this statement MarketCampaignCoOpCredit is Access query and not a table. If used as above, error says invalid FROM clause.

    Pl help.


  2. #2
    Join Date
    May 2000
    Location
    New York, NY, USA
    Posts
    2,878

    Re: Using Access Query in SQL statement

    select statement from query does work. Your statement is correct. Check the name of the query. That is the only place where you can make a mistake. Just to make sure go to Access and create a new query and check it.

    Iouri Boutchkine
    [email protected]
    Iouri Boutchkine
    [email protected]

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