M
Mr. Know Nothing
I have a query that is working in Access but it doesn't seem to want to work
in FP. I know I have everything working correctly as the query works in
access, and if I have a simply query (Select * from CallLog) in FP i get the
correct results for that query. The query that i'm trying to get to work is:
SELECT CallLog.* FROM CallLog, Customer where
Customer.CustomerID=CallLog.CustomerID AND Customer.Fname='::Fname::'
Is there anything that anyones can tell me to make this work??
Thanks in advance.
in FP. I know I have everything working correctly as the query works in
access, and if I have a simply query (Select * from CallLog) in FP i get the
correct results for that query. The query that i'm trying to get to work is:
SELECT CallLog.* FROM CallLog, Customer where
Customer.CustomerID=CallLog.CustomerID AND Customer.Fname='::Fname::'
Is there anything that anyones can tell me to make this work??
Thanks in advance.