Hi Gang,
I am reaching out to see if anyone can assist (or maybe point me in the right direction) with some ExecuteSQL() issues I am having in my my next version of my product.
I want to execute a query like the following:
SELECT code FROM Appts WHERE appt_id IN (’14’,’10’,’8’,’9') ORDER BY FIELD(appt_id, ‘9', ‘10', ‘8', ‘14’)
I have tried several times for this to return a working result with NO LUCK. Do you know if FMP allows this sort of query or does it fall short.
Appreciate any help. Thanks!