G
Guest
I've created a Query In Access where i Query 2 databases on seperate .mdb
files this works fine, however when i publish it to the web i get the trusty
old yellow error showing up again. I link between two tables in the first mdb
file and also link to another table in the other mdb file.
The query is as follows.
SELECT ScannerIDs.ScannerID, ScannerIDs.OurID, Results1.Location,
Results1.TSinfo, Results.Fail
FROM (Results INNER JOIN ScannerIDs ON Results.ScannerID=ScannerIDs.OurID)
INNER JOIN Results1 ON ScannerIDs.OurID=Results1.Drive_ID
WHERE ((Results1.Location)="Sent To Vendor");
If i open the published mdb file with the query the results are fine,
setting up the results through FP is fine, but the published page doesn't
work.
This is not essential but is a nice to have, and if i do have it it has to
be available on the web.
Thanks in advance.
Al....
Any suggestions would be appreciated
files this works fine, however when i publish it to the web i get the trusty
old yellow error showing up again. I link between two tables in the first mdb
file and also link to another table in the other mdb file.
The query is as follows.
SELECT ScannerIDs.ScannerID, ScannerIDs.OurID, Results1.Location,
Results1.TSinfo, Results.Fail
FROM (Results INNER JOIN ScannerIDs ON Results.ScannerID=ScannerIDs.OurID)
INNER JOIN Results1 ON ScannerIDs.OurID=Results1.Drive_ID
WHERE ((Results1.Location)="Sent To Vendor");
If i open the published mdb file with the query the results are fine,
setting up the results through FP is fine, but the published page doesn't
work.
This is not essential but is a nice to have, and if i do have it it has to
be available on the web.
Thanks in advance.
Al....
Any suggestions would be appreciated