Recent content by amorosik

  1. amorosik

    How do I create an Access/Excel add-in AI powered, to recommend/optimize vba code?

    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?
  2. amorosik

    How do I create an Access/Excel add-in AI powered, to recommend/optimize vba code?

    If it can be done, we just need to find the right way to do it We're not any dumber than anyone else (Or maybe we are? 🤣 )
  3. amorosik

    How do I create an Access/Excel add-in AI powered, to recommend/optimize vba code?

    It was to let you know how to do this thing I already know how to do it 🤣🤣🤣
  4. amorosik

    How do I create an Access/Excel add-in AI powered, to recommend/optimize vba code?

    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...
  5. amorosik

    Has anyone integrated n8n.io automation with an Access project?

    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?
  6. amorosik

    ODBC-MS Access Connection Call Failed Error 3146

    I don't understand The vendor gives you an example that doesn't work?
  7. amorosik

    ODBC-MS Access Connection Call Failed Error 3146

    "..Here is the code provided by the vendors, but it keeps give me error.." And the vendors, what says?
  8. amorosik

    How to register library/reference from vba code?

    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...
  9. amorosik

    How to register library/reference from vba code?

    You are right
  10. amorosik

    How to register library/reference from vba code?

    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...
  11. amorosik

    How to register library/reference from vba code?

    Do you say that it is enough to run regasm.exe on a batch file even without logging in as admin?
  12. amorosik

    How to register library/reference from vba code?

    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...
  13. amorosik

    How to register library/reference from vba code?

    MySocketConnector.dll It is to replace MsWinsck.dll on systems using 64-bit Access.
  14. amorosik

    How to register library/reference from vba code?

    Ah ok A table with library <->guid
  15. amorosik

    How to register library/reference from vba code?

    Yes, it could be that the computer hasn't yet registered the required library.
Back
Top Bottom