Search results

  1. P

    Has anyone tried opening a Mail Merging Word Document through Access VBA?

    Searching... so far haven't found one which solves my issue. Anyway thanks. Let me go through the pending results I haven't read so far. Let me try through VSTO once. Thanks again.
  2. P

    Has anyone tried opening a Mail Merging Word Document through Access VBA?

    .Documents.Open("C:\Users\arrow\Documents\Bill.docx") also showing the same error message...
  3. P

    Has anyone tried opening a Mail Merging Word Document through Access VBA?

    Hi June, Thanks for the reply. But I just want to confirm that a pre-made merging document (kind of a template) cannot be opened through code? and does the merging has to happen dynamically every time?
  4. P

    Has anyone tried opening a Mail Merging Word Document through Access VBA?

    Tried the same Doc but still the issue persists...
  5. P

    Has anyone tried opening a Mail Merging Word Document through Access VBA?

    Please share your way you resolved it. Thanks.
  6. P

    An AI accidentally deleted an entire company database

    The Terminator (Digital Version)
  7. P

    How to access the same database file between two projects in a Visual Studio Solution?

    There are people in this world who has done, doing and does so many great things. I know I cannot do the following but just asking: "If at all I want to build something which make an accdb to be readable and writable in all OS (Windows, Linux, Android and Tizen) where should I start?" "The...
  8. P

    How to access the same database file between two projects in a Visual Studio Solution?

    Can be domesticated: https://www.nuget.org/packages/entityframeworkcore.jet/
  9. P

    How to access the same database file between two projects in a Visual Studio Solution?

    There is no context(dbcontext) available for accdb. Otherwise its just an another file format.
  10. P

    How to do only what is required? (By strictly controlling ourselves)

    https://www.access-programmers.co.uk/forums/threads/how-to-be-cool-despite-of-a-person-taking-you-granted-and-deleting-your-posts.334216/ I came to know that all of my old schoolmates are meeting this weekend in my city. But so far, I haven't been invited. How to master the art of doing only...
  11. P

    How to access the same database file between two projects in a Visual Studio Solution?

    https://www.access-programmers.co.uk/forums/threads/how-to-access-the-same-database-file-between-two-projects-in-a-visual-studio-solution.334325/post-1968280
  12. P

    How to access the same database file between two projects in a Visual Studio Solution?

    Both storing and accessing the Backend in the Phone itself. Using MAUI, you can write a single app which can run in windows, android, iphone and Tizen.
  13. P

    How to access the same database file between two projects in a Visual Studio Solution?

    _dbContext.Database.EnsureCreated() does the Magic!
  14. P

    How to access the same database file between two projects in a Visual Studio Solution?

    You know... In MAUI. The target machine may be an Android or an Iphone or a PC. PC has drives and what about other devices...
  15. P

    How to access the same database file between two projects in a Visual Studio Solution?

    The problem is building the connection string. Where the database file (any database file) would be residing after deployment and How to access the exact same file... is where the problem is.
  16. P

    How to access the same database file between two projects in a Visual Studio Solution?

    Sorry Doc. Now only I searched about accdb and visual studio. We cannot migrate accdbs using Entity Framework Core. so now my question is: "How to use an sqlite3 database file between two projects inside a visual studio solution". Now it has become a complete "Other Software". Thanks Doc.
  17. P

    How to access the same database file between two projects in a Visual Studio Solution?

    ProjectA: C# class library project ProjectB: .Net MAUI Blazor Hybrid project
  18. P

    Can Dettol be used as an After Shave Lotion?

    been collecting and using various types of After shaves recently. Why not Dettol?
Back
Top Bottom