|
-
March 29th, 2001, 05:39 AM
#1
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.
-
March 29th, 2001, 08:09 AM
#2
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]
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|