J
John
Hi
I have a tblCLeinst entity in my model. What is the query equivalent to the
following conventional SQL?
SELECT TOP 1 <fields list> FROM tblClients WHERE (ID > 1234) AND (Status =
"Current") ORDER BY ID
Thanks
Regards
I have a tblCLeinst entity in my model. What is the query equivalent to the
following conventional SQL?
SELECT TOP 1 <fields list> FROM tblClients WHERE (ID > 1234) AND (Status =
"Current") ORDER BY ID
Thanks
Regards