Hi,
I have a query in MSAccess. What i'm trying to do is return a result set that contains the data from the Master query that is NOT present in the sub-query. In Pseudo-SQL its something like:
SELECT *
FROM tblClients
WHERE (entryDate between (getUnBookedStart() and getUnBookedEnd())) and...
Hi,
I have a query that needs to return data from the beginning of the current week, to the end of the current week. I have written some VBA code to work out the relevant dates and attached it to some macros to do this. What I want to do is call the macros from within a query to fill in the...
Hi, i'm trying to work out how to return n number of rows from a table, where n is some number. I am not bothered what the data is, i just want to be able to return say, the top 100 rows in the table.
Thanks,
Danny
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.