NauticalGent
Ignore List Poster Boy
- Local time
- Today, 09:44
- Joined
- Apr 27, 2015
- Messages
- 6,752
From another Access Dev Forum:
Drawing attention to the bit in red, are UDF’s in a querydef a bad idea?
111 Power Access Queries/SQL Examples
Are you mining all the nuggets out of your goldmine? Are you asking your database questions tough enough to extract all the pertinent information for your business? Do you want to push the envelope and create some esoteric yet powerful queries? Here are 70+ challenging query examples all employing advanced techniques based mostly on the tables in the Northwind database which comes with Microsoft Access.
Built-in Access functions, query parameters, derived tables, self-joins, unequal joins, cross joins and correlated subqueries can make synergistic combinations, enabling you to build compact, powerful, and reusable queries.
Take your query building skills to the next level and impress your boss and/or colleagues. You will also find the query examples suitable to use as teaching material for an advanced Access class. Profit from these expert query techniques now. This product requires Microsoft Access 2000 or higher.
Guidelines followed in constructing the query examples:
Do not use user-defined functions (VBA code).
Use nested queries and sub-queries sparingly.
Introduce as many Access's built-in functions as possible.
Go outside the box and exclude run-of-the mill type of queries.
Use parameters wherever appropriate.
Cover as many types of query as possible.
Download: 111 Power Access Query/SQL Examples
Drawing attention to the bit in red, are UDF’s in a querydef a bad idea?