Could someone kindly advise me on a syntax problem using a VBA strSQL statement
My Code is
StrSQL = "INSERT INTO tblInvoices (BRef, Cost, Paid, PaymentDate) VALUES ( gID , gTotal, gPaid, gPaydate )"
The values are variables collected and I can see that they have been populated. However...