navigation
a webmaster learning community
     Home    Register     Search      Help      Login    
Sponsors

Shopping Cart Software
Ecommerce software integrated into Frontpage, Dreamweaver and Golive templates. No monthly fees and available in ASP and PHP versions.

Website Templates
We also have a wide selection of Dreamweaver, Expression Web and Frontpage templates as well as webmaster tools and CSS layouts.

Frontpage website templates
Creative Website Templates for FrontPage, Dreamweaver, Flash, SwishMax

Search Forums
 

Advanced search
Recent Posts

 Todays Posts
 Most Active posts
 Posts since last visit
 My Recent Posts
 Mark posts read

Microsoft MVP

 

Access Query

 
View related threads: (in this forum | in all forums)

Logged in as: Guest
Users viewing this topic: none
Printable Version 

All Forums >> Web Development >> ASP and Database >> Access Query
Page: [1]
 
Guest


 
Access Query - 2/28/2001 13:28:00   
Hi all, i was wondering the best way to integrate an access query into my FP web page. I have a query in access which allows me to query two tables joining on a common field. I really want to know how to call this query. I tried copying the SQL from access and pasting it into the DRW but i received errors. Where should i go from here?
Mattchoo

 

Posts: 4
From: Fort Smith, AR, USA
Status: offline

 
RE: Access Query - 2/28/2001 14:28:00   
quote:
Originally posted by JanetSm:
Hi all, i was wondering the best way to integrate an access query into my FP web page. I have a query in access which allows me to query two tables joining on a common field. I really want to know how to call this query. I tried copying the SQL from access and pasting it into the DRW but i received errors. Where should i go from here?

Here's a query I use in the custom query dialog box. Check your syntax to see if it's similar to mine:

SELECT parts.parts, parts.vendor, Buyer.name, Buyer.extension, Buyer.code
FROM Buyer INNER JOIN parts ON Buyer.code = parts.code
WHERE ((([parts]![product])='Motor'))
ORDER BY parts.parts;

Hope this helps.


------------------
Matt Harris
Senior I.E.
Matt_R_Harris@Baldor.com


(in reply to Guest)
Spooky

 

Posts: 26597
Joined: 11/11/1998
From: Middle Earth
Status: offline

 
RE: Access Query - 2/28/2001 15:05:00   
Have you tried just using the Query as the record source?

ie

Select * from Query

As opposed to

Select * from table

If it exists as a query in ACCESS, you can use that as a source in FP

------------------
Spooky
"I am Spooky of Borg. Prepare to be assimilated, babycakes!"
Subscribe to OutFront News
Database / DRW Q & A
The Spooky Login!


(in reply to Guest)
Page:   [1]

All Forums >> Web Development >> ASP and Database >> Access Query
Page: [1]
Jump to: 1





New Messages No New Messages
Hot Topic w/ New Messages Hot Topic w/o New Messages
Locked w/ New Messages Locked w/o New Messages
 Post New Thread
 Reply to Message
 Post New Poll
 Submit Vote
 Delete My Own Post
 Delete My Own Thread
 Rate Posts