Howdy
I have an Excel Workbook with userforms, pivottables and the like. The backend is an Access db (accdb), with connection through ADODB
Everything seems to work beautifully, except when I'm adding a new record.
Here's the startup connection:
Public Function TestBatchUpdate()
Dim...