Well Error 3601 seems to appear when one sets a recordset Object with table fields that do not exist (keyword 'missspellig')...
But what's wrong with this one???
Set rsInvoices = CurrentDb.OpenRecordset("SELECT * FROM [sqlInvoicesForInvoices];", dbOpenDynaset)
...while the query sqlInvoicesForInvoices works fine when I open in the database window (no form fields references or anything....)
AM I BLIND???????
But what's wrong with this one???
Set rsInvoices = CurrentDb.OpenRecordset("SELECT * FROM [sqlInvoicesForInvoices];", dbOpenDynaset)
...while the query sqlInvoicesForInvoices works fine when I open in the database window (no form fields references or anything....)
AM I BLIND???????