Daily writing ideas

Most of the time I come up with new ideas to write about based on what Access work I have done that day. Other sources have been things I’ve been interested in like Test Driven Development, Code Katas, and using AI as some examples. Basically, now can you...

Simple vs Clever

Sometimes, I can be too clever for myself. My future self that is. Fancy queries that do everything I need can be satisfying to write, but sometimes the tradeoff is complexity in the query that makes it difficult to understand and update as needed. Then if you have...