There are only a handful of "Access query functions". Not enough to support
a book, IMO.
I think you are referring to the set functions (MIN, MAX, AVG, etc)
whereas I think the OP is referring to expressions (IIF(), SWITCH(),
DATEPART(), etc).
Truth is, these have been omitted from the Help since the Jet 3.n days
(and even that archived content seems to have recently disappeared).
Broadly, it is the VBA5 scalar functions (as distinct from Methods)
that can be used in Access/Jet SQL; if you are using the Access user
interface you can add the scalar functions from both VBA6 and Access
functions to the list. It's essentially a trial and error basis and it
is the VBE Object Browser which is most helpful in such a trial. Note
than some behave differently in SQL (e.g. IIF(): in VBA both true and
false clauses are evaluated which is not the case when used in SQL),
then there the ones that have always been undocumented...
Jamie.
--