vba-excel

Results 2 issues of vba-excel

Updated Function JoinString() to add mandatory parenthesis support on MS Access JOIN Query New Function Code: Private Function JoinString() Dim R As Long Dim I As Long Dim Lines() As...

Issue detected when attempting to create SQLString if 2 or more tables are necessary to JOIN. the resulting SQL contains error and cannot be used.

bug