Category Archives: VBA

About Time

In Access Answers, Doug Steele addresses commonly asked questions from Access developers. This month, he looks at  Validate input such as ZIP codes and postal codes  as well as problems dealing with time values. I’m trying to add together time … Continue reading

Posted in VBA | Leave a comment

“Just-In-Time” Queries

In this article, Frank Kegley illustrates a technique where a query is constructed, used, and destroyed via Visual Basic for Applications code that executes during the lifetime of the form or report that uses it. SEVERAL years ago, I worked … Continue reading

Posted in VBA | Leave a comment