Query Pattern: Finding the maximum/minimum and getting the full row

Authored by Ben Clothier The other day Juan needed my help with a query that required a special technique commonly known as the Strawberry query. He needed a way to match one group of records with the first occurrence of a item in another table. From that I decided to write this post to share the te [...]

2023-07-07T05:47:56-05:00November 17th, 2011|

More fun with Inner Joins

A while back I wrote about a Inner Join technique using a date range. (You can find that post here.) Today I'm going to take it a step further and discuss using inner joins to another query and conclude with an issue in Access you may shed some light on. Using Queries as Inner Joins For the longes [...]

2021-12-14T09:44:37-06:00November 14th, 2011|

Windows 7 64bit Slow with Access 2007 – Solved!

A while back I talked about a problem one of my clients was having with Windows 7 64 bit and Access 2010/2007. It was terribly slow and unacceptable. You can see the original post here. Solution Found - Turn off the LLMNR Protocol My client waited long and hard to get this resolved, but Microsoft di [...]

2017-02-06T22:01:01-06:00November 2nd, 2011|

More Alter Table SQL Statement Help

Creating a primary key using that is also a auto increment field in code can be challenging. This article will discuss how to do so in two steps.

2011-10-31T09:36:48-05:00October 31st, 2011|

Join me at SQL Saturday #86 Tampa on November 5th

I'll be presenting on using Access with SQL Server as a business intelligence, (BI), tool and will cover the following three areas: Using SQL Server as a dashboard agregator with Access Creating powerful Crosstab queries in Access Using Pivot Table Tools Creating Sub-Totals in both Crosstab and Pivo [...]

2011-10-23T18:57:13-05:00October 23rd, 2011|

SQLOLEDB Going to be retired, long live ODBC! Also, Office SP1 crashes Access!

I use SQLOLEDB a lot in my code, thinking I was bypassing some of the ODBC stack. Now it turns out we can use ODBC after all in our connection strings. Here is the post from Microsoft: http://blogs.technet.com/b/dataplatforminsider/archive/2011/08/29/microsoft-aligning-with-odbc.aspx It's probably g [...]

2011-10-20T08:25:48-05:00October 20th, 2011|

Matching records using a date range

The other day I asked Ben to help me with a thorny problem, I needed to match records in one table with records in another table using a date range. Here's the table I needed to update, called tblWidgets: WidgetID DateProduced WidgetWeekID ------- ------------ ---- 1 1/2/11 2 1/16/11 3 1/31/11 Widge [...]

2021-03-18T07:36:48-05:00October 10th, 2011|

Follow Steve's footsteps into the future…

He's gone. And we are all fortunate to have had him with us, just as we had Einstein, Edison, Pasteur, and many others. Men of impact, men who expanded their world to touch the next one in the future and bring it back. Steve had taken calligraphy classes and had wanted the same effect on the Mac, wh [...]

2011-10-07T03:14:29-05:00October 7th, 2011|

I'm now an Access MVP!

Friends, family and blog readers: I've been named an Access MVP! It's the highest honor I can achieve in my field and I'm proud to wear the badge. With my accomplishment I join a brotherhood of professionals committed to promoting Access and helping others with their Access problems. There are only [...]

2011-10-04T09:41:22-05:00October 4th, 2011|

Special Presentation at CTAUG: "MS Access with SQL Server: Strategies and Tips"

I'll be presenting at CTAUG this month! Below are the details, would love to meet my blog readers in the area and have a great evenning of fun, Access and SQL Server in depth. Where: Microsoft Offices, Farmington, CT Pondview Corporate Center 74 Batterson Park Rd., #100 Farmington, CT 06032 (800) 67 [...]

2011-10-01T01:54:45-05:00October 1st, 2011|

Online Utilities for Access Developers

Frequently, we work remotely on our clients' network, doing development work with one of their workstations and/or servers. As a consequence, it's not always desirable or practical to install our favorite utilities. We therefore make good use of online utilities that can help make development easier [...]

2011-09-29T22:44:48-05:00September 29th, 2011|
Go to Top