Other News

Community

The SQL Shackles

(Joe Foley) Can the computer be a helpful business intelligence assistant rather than a guard protecting a massive collection of data? Can it answer the constant stream of both important and small questions that are faced in every business day, by every business person? The answer is that your

Community

Fascinating Query Tricks

(Danny Lesandrini) I love writing VBA code but I am convinced that, many times what I am trying to accomplish can be done in a more efficient, graceful and elegant way using SQL queries. Over the last few months, I have tried to develop my applications with this in mind. The following article is a

Community

Customized Output Labels

(Leo Peysakhovich) Last month I had an interesting task to deal with. It had to do with the way our business views the data. In many cases my company is using MS Access as the way to access the data from tables and then save user filtered, ordered, or grouped reports in various formats. I am not say

Community

Joining Derived Tables

(Rudy Limeback) have three tables — table1, table2, and table3. All three contain information on a daily basis. I have written SQL statements to summarize the information of each table based on certain columns in the respective tables. Can I write an SQL statement where in it should perform th