Okay, now we're getting serious.
1- Learn how to make an add-in for Access
2- Learn how to send requests to ChatGpt and receive responses
3- Learn how to copy/paste add-in code into module/form/report code
Is there anything else I need to understand?
I see that specific add-ins for Access already exist that allow you, , by leveraging the capabilities of ChatGpt or other similar systems, to both create code based on a text query and optimize/verify existing code
The question is: how are these tools built?
I mean, if you want to build a tool...
I see that n8n also has connectors for Microsoft Sql Server, so connecting to an Access project could start with the data
Has anyone experimented with n8n and offer some advice?
The PEPPE.ACCDE program was initially created without the use of external libraries
In later versions, the PEPPE.ACCDE program began using external libraries
A user attempting to use the latest versions of PEPPE.ACCDE without placing the external libraries in the correct location and registering...
Yes, of course, for native COM libraries, those written in C++, regsvr32.exe is fine
I wrote regasm.exe because in my case, they are libraries created as dot-net assemblies, with c# language...
I understand
These are libraries I created, not the standard ones provided with Access or already present in Windows
For socket tcp, Mqtt, Firebird push message, etc...