I need to concatenate a Json string in Ms Access VBA so that its easier to read not what I have below:
Here is the pair requiring concatenating or shoetening:
"taxAmtRvat", Nz(Round(DSum("Taxable", "QryJson", "[InvoiceID] =" & Me.CboEsdInvoices & "And [TaxClassA] = 'A'"), 4), 0) +...