Fantastic Informer, I will try this today and let you know how I get on.
The code for the ConstructQuery function is:
Public Function ConstructQuery(ByVal sql As String, ParamArray args() As Variant)
Dim segments() As String
Dim i, px, closeBrace As Integer
Dim Result, s, v As...