M
Mr. Know Nothing
My problem is that i'm trying to get results from Tables A but going through
Table B. I have tried 2 queries:
SELECT a.* FROM Address a INNER JOIN Stores b ON a.MemberNum = b.TimbrID
WHERE (b.CustomerID= ::T1:
;
SELECT Address.* FROM Address, Stores WHERE Address.MemberNum=Stores.TimbrID
AND (Stores.CustomerID=::T1:
;
Now these queries, in Access, do work (ie. gives the correct results) but
when I put them in FP it gives me the following error:
Database Results Error
The operation failed. If this continues, please contact your server
administrator.
You can look at the page at ujr.ca/test/CallLog.asp
Can FP even handle queries this complex?
Anything on this would be greatly appreciated.
Table B. I have tried 2 queries:
SELECT a.* FROM Address a INNER JOIN Stores b ON a.MemberNum = b.TimbrID
WHERE (b.CustomerID= ::T1:
SELECT Address.* FROM Address, Stores WHERE Address.MemberNum=Stores.TimbrID
AND (Stores.CustomerID=::T1:
Now these queries, in Access, do work (ie. gives the correct results) but
when I put them in FP it gives me the following error:
Database Results Error
The operation failed. If this continues, please contact your server
administrator.
You can look at the page at ujr.ca/test/CallLog.asp
Can FP even handle queries this complex?
Anything on this would be greatly appreciated.