Beakerboy / VBA-SQL-Library

Object-based Database Interaction for VBA. Create SQL Statements with VBA objects instead of string concatination.
69 stars 16 forks source link

Class Module SQLSelect add field public sub or function? #24

Closed Tardisgx closed 5 years ago

Tardisgx commented 5 years ago

https://imgur.com/a/mzGg9As

Ran Unit Tests formula. This appeared in SQLSelect. I'm assuming this is meant to be Public Sub, not function.

' Sub: addField ' Add a field to the query statement

Beakerboy commented 5 years ago

Fixed. Thanks for the report.