Forum Discussion
Nick200
Sep 26, 2020Copper Contributor
Error number 438 Object doesn't support tis property or method
I don't know if anyone will be able to help me or not. I have recently taken over the programming and management of a database for a local charity. I am trying to create a new vba code to create ...
Sep 29, 2020
When you select to debug the error, which line of code is highlighted as being problematic?
Sep 29, 2020
You may also like to implement something like https://www.devhut.net/2012/04/19/ms-access-vba-export-records-to-excel/ which is a reusable function that you simply call whenever you need to export data.