Excellent, and thanks. I used the query as you have it except I just put the subquery as the code from the other query.
SELECT Parts.ProductCat, Sum(WorkDetail.Cost) AS SumOfCost
FROM Parts INNER JOIN WorkDetail ON Parts.PartNo = WorkDetail.PartNo
WHERE (((WorkDetail.WorkOrderNo) In (SELECT...
I hope someone out there can help me, I'm not an SQL experianced person, I only know enough to make problems. Anyway I believe my problem below is probably simple to someone that knows SQL very good. I have a link to a sample Access database if anyone is interested in helping me solve this...
Just an update, I did get it to work, but quite a bit more complicated. You can check out:
http://www.moock.org/webdesign/flash/detection/moockfpi/
It was fairly easy to implement after a bit of testing.
Below is what I am trying to do so far, but I am having problems actually getting it to work. I don't know the sytax in showing the image within the script.
FlashErkennung von Flash Planet is the script I'm trying to use.
<html>
<body>
<SCRIPT LANGUAGE="JavaScript">
<!--
var...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.