J Street SQL Tools

imagesqlHave you ever wanted a simple way to modify part of a SQL Statement in your VBA code? With these J Street functions, you can easily replace the Where and Order By clauses of any SQL Statement. This enables you to reuse query definitions, manipulate rowsource properties, and use passthrough queries with more flexibility. Leave the main part of the query unchanged – just change the selection and sorting! We use these routines in every Access application we build. Just paste the VBA text into a new Module named basJStreetSQLTools. Text file, 3K.

https://www.jstreettech.com/files/JStreetSQLTools.zip

Share this post

Related Articles

The Inertia of Names - J Street Technology - Software Development - 98004

The Inertia of Names

The name of something is very important, for clarity and consistency. This is especially true when designing a database system and naming items including tables, fields, and labels.

Read More »