G
Guest
My query starts out like this:
SELECT Dlookup(Table) AS SITE, ...
My TOP value is also stored in the same table as the SITE Dlookup. How do I
use the TOP protocol in the query?
SELECT TOP Dlookup(Table) AS ?, Dlookup(Table) AS SITE, ...
Thanks!
SELECT Dlookup(Table) AS SITE, ...
My TOP value is also stored in the same table as the SITE Dlookup. How do I
use the TOP protocol in the query?
SELECT TOP Dlookup(Table) AS ?, Dlookup(Table) AS SITE, ...
Thanks!